Compiling a project

Make menu From this menu you can perform any of the compiling or assembly operations on your project. The commands in this menu correspond to the commands that are specified in . Use the item that you need for each specific task. There are a few special commands, they are summarized as follows:

Go-    This will compile your RC if necessary, Assemble and link your program then execute it.
Run-    This will execute your program
Run w/Debug- This will run your executable in a debugger
Go All-    This will assemble both your program and modules, compile and link the RC if necessary, and execute the program
Assemble Modules-    This will assemble the module files you have added.