buildDungeonGame.bat 434 B

12345678910
  1. @echo off
  2. call init.bat
  3. cd Allgemein/Framework
  4. "%InstallDir%\%MSBuildExe%" Framework.vcxproj /p:configuration=debug /p:platform=x64
  5. cd ../Network
  6. "%InstallDir%\%MSBuildExe%" "Network/Network.vcxproj" /p:configuration=debug /p:platform=x64 /p:SolutionDir=../
  7. cd "../../Spiele Platform/Klient/Minigames/DungeonGame/Client"
  8. "%InstallDir%\%MSBuildExe%" "DungeonGame.sln" /p:configuration=debug /p:platform=x64
  9. cd ../../../../../