Changes between Version 17 and Version 18 of build/04x
- Timestamp:
- 02/08/11 07:20:37 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
build/04x
v17 v18 73 73 nmake -f ms\nt.mak clean 74 74 nmake -f ms\nt.mak install 75 xcopy / y /Y out32\*.lib %TARGET_LIB_x86_DIR%75 xcopy /Y out32\*.lib %TARGET_LIB_x86_DIR% 76 76 77 77 # Setup X64 libraries … … 82 82 copy /y out32\*.lib %TARGET_LIB_x64_DIR% 83 83 84 # copy /yheader files85 xcopy / y /s inc32\*.* %TARGET_INC_DIR%84 # copy header files 85 xcopy /s inc32\*.* %TARGET_INC_DIR% 86 86 }}} 87 87 … … 124 124 Then open them and build all versions (x86). 125 125 126 Finally copy /ythe following files:126 Finally copy the following files: 127 127 {{{ 128 128 copy /y src\client\windows\Debug\lib\common.lib %TARGET_LIB_x86_DIR%\debug-google-breakpad-common.lib








