Creating a Project with Multiple DirectoriesLast reviewed: January 21, 1996Article ID: Q83229 |
The information in this article applies to:
SUMMARYTo 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.
MORE INFORMATIONTo 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\OBJIf 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. Perform the following steps to use the directory structure above:
|
Additional reference words: kbinf 1.00 1.10 1.50 1.51 1.52 build obj
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |