What is "Include" in the MCP project?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is "Include" in the MCP project?

1,732 Views
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
Labels (1)
0 Kudos
1 Reply

236 Views
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 Kudos