Compiling a Single File with Code Warrior


Compiling a Single File

If you click on a file in the project window, you can compile that file by using the Project -> Compile menu choice, or the keyboard shortcut Apple-k. If you have a large project with many source files, it can be useful to just compile the one file that you are working on to check if there are any syntax errors.

What Make Does

Make is more intelligent than compile. Make will look at the date on which a file has been changed and only compile those files whose object files are older. With compile, you force CodeWarrior to compile files no matter what the date is.


Back to the Lab


Back to the Table of Contents

Back to the Introduction


Copyright 2000 by Prentice Hall. All rights reserved.