瀏覽代碼

Merge branch 'master' of https://koljastrohm-games.com:3000/kolja/Kolja-Strohm-Games

Kolja Strohm 5 年之前
父節點
當前提交
ded7c17d9c
共有 3 個文件被更改,包括 12 次插入2 次删除
  1. 1 1
      Spiele Platform/Klient/Minigames/DungeonGame
  2. 10 0
      buildDungeonGame.bat
  3. 1 1
      pull_and_rebuild.bat

+ 1 - 1
Spiele Platform/Klient/Minigames/DungeonGame

@@ -1 +1 @@
-Subproject commit e4e9f4a978b3ab7227b1d247e1314b24a8e42389
+Subproject commit be7d8de4e490762498b6639b3d913c0a6623d75f

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

+ 1 - 1
pull_and_rebuild.bat

@@ -3,4 +3,4 @@ call git submodule foreach git reset --hard
 call git submodule foreach git checkout master
 call git submodule foreach git pull
 
-call build.bat < ns.txt
+call build.bat < ns.txt