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:
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.Perform the following steps to use the directory structure above:
Additional query words: kbinf 1.00 1.10 1.50 1.51 1.52 build obj
Keywords : kbide kbVC |
Last Reviewed: July 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |