浏览代码

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 ../../../../