Creating a Project with Multiple DirectoriesID: Q83229
|
To help manage a large software project, it is often desirable to store source code and object modules in different directories. By default, Visual Workbench and QuickC for Windows stores the source code and object modules in the same directory. However, you can segregate the source code and object modules by creating the project file in the directory that will contain the object modules.
To maintain a project with multiple directories, first build the desired directory structure. For example, consider the following directory structure:
Main project directory: \TEST
Source code: \TEST\SOURCE
Object files: \TEST\OBJ
If desired, you can create additional directories (to store header
files, and so on). The results of the compilation (.OBJ, .DLL, .EXE,
and other files) are placed into the project directory. You cannot
place the .OBJ and .EXE files into different directories. In this
example, all source files are placed into the source code directory.Additional query words: kbinf 1.00 1.10 1.50 1.51 1.52 build obj
Keywords : kbide kbVC
Version : 1.00 1.50 1.51 1.52 | 1.00
Platform : NT WINDOWS
Issue type :
Last Reviewed: July 26, 1999