Changes between Version 17 and Version 18 of build/04x


Ignore:
Timestamp:
02/08/11 07:20:37 (2 years ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • build/04x

    v17 v18  
    7373nmake -f ms\nt.mak clean 
    7474nmake -f ms\nt.mak install 
    75 xcopy /y /Y out32\*.lib %TARGET_LIB_x86_DIR% 
     75xcopy /Y out32\*.lib %TARGET_LIB_x86_DIR% 
    7676 
    7777# Setup X64 libraries 
     
    8282copy /y out32\*.lib %TARGET_LIB_x64_DIR% 
    8383 
    84 # copy /y header files 
    85 xcopy /y /s inc32\*.* %TARGET_INC_DIR% 
     84# copy header files 
     85xcopy /s inc32\*.* %TARGET_INC_DIR% 
    8686}}} 
    8787 
     
    124124Then open them and build all versions (x86). 
    125125 
    126 Finally copy /y the following files: 
     126Finally copy the following files: 
    127127{{{ 
    128128copy /y src\client\windows\Debug\lib\common.lib %TARGET_LIB_x86_DIR%\debug-google-breakpad-common.lib