소스 검색

only dungeon game build script

Kolja Strohm 5 년 전
부모
커밋
8bf0cd05bc
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      buildDungeonGame.bat

+ 10 - 0
buildDungeonGame.bat

@@ -0,0 +1,10 @@
+@echo off
+
+call init.bat
+cd Allgemein/Framework
+"%InstallDir%\%MSBuildExe%" Framework.vcxproj /p:configuration=debug /p:platform=x64
+cd ../Network
+"%InstallDir%\%MSBuildExe%" "Network/Network.vcxproj" /p:configuration=debug /p:platform=x64
+cd "../../Spiele Platform/Klient/Minigames/DungeonGame/Client"
+"%InstallDir%\%MSBuildExe%" "DungeonGame.sln" /p:configuration=debug /p:platform=x64
+cd ../../../../