code_app/build.bat

12 lines
413 B
Batchfile

MSBuild.exe ./build/windows/HGSolution.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
cd /d ./build-qt/windows/HGSolution/
qmake -r -tp vc HGScanner.pro
MSBuild.exe HGScanner.vcxproj /p:Configuration=Release /p:Platform=x86
del /f /s /q *.h
del /f /s /q .qmake.stash
del /f /s /q HGScanner_resource.rc
del /f /s /q HGScanner.vcxproj.filters
del /f /s /q HGScanner.vcxproj
rd /s /q debug
rd /s /q release