This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
doghook/make_release.bat
2018-03-12 21:23:48 +00:00

13 lines
287 B
Batchfile

pushd %~dp0
call create_projects
echo Building RELEASE...
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\msbuild" /property:GenerateFullPaths=true /t:build premake\doghook.sln /p:Configuration=Release /verbosity:minimal
echo done.
popd
exit