Home | History | Annotate | Download | only in visualc71

Lines Matching refs:build

19 3) Set one of the project as the StartUp project. If you just want to build the
21 Project | Set as StartUp project). If you want to build and test the
23 Set as StartUp project), If you want to build the minigzip utility set it to
27 4) Select "Build | Configuration Manager...".
28 Choose the configuration you wish to build.
30 5) Select "Build | Clean Solution".
32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
36 * Win32_DLL_Release\zlib1.dll DLL build
37 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
38 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
39 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
40 * Win32_LIB_Release\zlib.lib static build
41 * Win32_LIB_Debug\zlibd.lib static build (debug version)
42 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
43 * Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version)