LameXP/etc/Deployment/_build.bat

10 lines
370 B
Batchfile
Raw Normal View History

2010-11-06 23:04:47 +01:00
@echo off
call _paths.bat
echo ----------------------------------------------------------------
echo Solution File: %1
echo Configuration: %~n2
echo ----------------------------------------------------------------
call "%PATH_MSVC90%\VC\bin\vcvars32.bat"
call "%PATH_QTMSVC%\bin\qtvars.bat"
msbuild.exe /property:Configuration=%~n2 /target:Clean,Rebuild /verbosity:d %1