Files
Juliet/misc/build_game.bat
Patedam 051939f827 - Added basic filesystem method to get the base path of the app
- Added hot reload support of the game dll
- various changes and refactor
2025-02-23 20:37:44 -05:00

17 lines
245 B
Batchfile

@echo off
del /s ..\Game*.pdb > NUL 2> NUL
pushd %~dp0\..\bin\x64\Debug
echo WAITING FOR PDB > lock.tmp
popd
pushd %~dp0
msbuild -p:Random=%random% /p:SolutionDir=..\ ..\Game\Game.vcxproj
popd
pushd %~dp0\..\bin\x64\Debug
del lock.tmp
popd