What is "Include" in the MCP project?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

What is "Include" in the MCP project?

2,495件の閲覧回数
Shankman
Contributor II
Hi,

I just wanted to know what it means when a document says

"Include pwr.c and pwrlib.c in the MCP project"

Im not actually sure what the means. Does it mean that the two files are to be added to the "lib" or "sources" section of the project?

Im quite confused, any help will be apprieciated!

Regards

Kris
ラベル(1)
0 件の賞賛
返信
1 返信

999件の閲覧回数
J2MEJediMaster
Specialist I
It means to add the files to the project. That is:

Project | Add Files...

and then use the Add Files dialog window to navigate to the files you wish to become part of the build process.

The files typically appear whatever "directory" you're using at the time in the CodeWarrior IE. I placed quotes around directory because the directory structure in the Project window is an artifice managed by the CodeWarrior IDE. It doesn't matter where the files appear in the Project window. If they're part of the build process, the IDE will use them.

---Tom
0 件の賞賛
返信