##// END OF EJS Templates
First draft of new (universal) build script(s) for bamboo
First draft of new (universal) build script(s) for bamboo

File last commit:

r1132:f8e33580b2a2
r1132:f8e33580b2a2
Show More
build_win_vs2005.bat
10 lines | 350 B | application/x-msdownload | BatchLexer
set QTDIR=%1
set PATH=%1\bin;%PATH%;
set QMAKESPEC=win32-msvc2005
call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86
@echo on
set INCLUDE=%INCLUDE%;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include
set LIB=%LIB%;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib
qmake -r charts.pro CONFIG+=%2
@echo on
nmake