##// END OF EJS Templates
Fixing OSX builds after test binary change
Fixing OSX builds after test binary change

File last commit:

r1132:f8e33580b2a2
r1141:7bef336cb7a1
Show More
build_win_vs2008.bat
8 lines | 200 B | application/x-msdownload | BatchLexer
/ test / scripts / build_win_vs2008.bat
Jani Honkonen
First draft of new (universal) build script(s) for bamboo
r1132 set QTDIR=%1
set PATH=%1\bin;%PATH%;
set QMAKESPEC=win32-msvc2008
call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
@echo on
qmake -r charts.pro CONFIG+=%2
@echo on
nmake