Home | History | Annotate | Download | only in visualc71

Lines Matching full:build

20 3) Set one of the project as the StartUp project. If you just want to build the
22 item + Project | Set as StartUp project). If you want to build and test the
26 4) Select "Build | Configuration Manager...".
27 Choose the configuration you wish to build.
29 5) Select "Build | Clean Solution".
31 6) Select "Build | Build Solution (Ctrl-Shift-B)"
35 * Win32_DLL_Release\libpng13.dll DLL build
36 * Win32_DLL_Debug\libpng13d.dll DLL build (debug version)
37 * Win32_DLL_ASM_Release\libpng13.dll DLL build using ASM code
38 * Win32_DLL_ASM_Debug\libpng13d.dll DLL build using ASM (debug version)
39 * Win32_DLL_VB\libpng13vb.dll DLL build for Visual Basic, using stdcall
40 * Win32_LIB_Release\libpng.lib static build
41 * Win32_LIB_Debug\libpngd.lib static build (debug version)
42 * Win32_LIB_ASM_Release\libpng.lib static build using ASM code
43 * Win32_LIB_ASM_Debug\libpngd.lib static build using ASM (debug version)