code_app/build.bat

13 lines
406 B
Batchfile
Raw Normal View History

MSBuild.exe ./build/windows/HGSolution.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
2022-05-05 03:43:42 +00:00
cd /d ./build-qt/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