os-70-350

os-70-350 Commit Details


Date:2013-12-30 19:38:42 (11 years 8 months ago)
Author:Natalie Adams
Branch:master
Commit:e436a2660d78bc6f8b5d59df637fa1d63787bb74
Parents: 63511d7dcedc16d4c94d028557f7e242e3a70ef4
Message:Updating build scripts

Changes:

File differences

ptypes-threads/build.bat
11
2
2
33
44
@echo off
call ../vcppbuild.bat main "/link /LIBPATH:../ext/libs"
call ../vcppbuild.bat main "/link user32.lib ../ext/libs/ptypes.lib"
main.exe
pause
vcppbuild.bat
1313
1414
1515
16
16
1717
goto compile
)
:compile
cl.exe /Zi /nologo /W3 /WX- /O2 /Oi /Oy- /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm- /EHsc /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /I"..\ext\include" %1.cpp %2
cl.exe /MD /Zi /nologo /W3 /WX- /O2 /Oi /Oy- /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm- /EHsc /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /I"..\ext\include" %1.cpp %2
del %1.obj

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.09196s using 14 queries.