##// END OF EJS Templates
Add package generation script for windows...
Add package generation script for windows Added package generation scripts for Windows under tools. Change-Id: I62f20d2961f5d8a571b8f7d92e2da4c078ee0fbb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r1203:5bd91523463d
r2643:748724788078
Show More
build_win_vs2008.bat
8 lines | 200 B | application/x-msdownload | BatchLexer
/ tools / build_win_vs2008.bat
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