Bladeren bron

fehler im dungeon game build script behoben

Kolja Strohm 5 jaren geleden
bovenliggende
commit
ef5d6cf351
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      Spiele Platform/Klient/Minigames/DungeonGame
  2. 1 1
      buildDungeonGame.bat

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

@@ -1 +1 @@
-Subproject commit ac8b8ba4f986bcfd357eed79fb42b96d0735a727
+Subproject commit 0f66573b792182caff47c313ec2a916a4be85696

+ 1 - 1
buildDungeonGame.bat

@@ -4,7 +4,7 @@ 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
+"%InstallDir%\%MSBuildExe%" "Network/Network.vcxproj" /p:configuration=debug /p:platform=x64 /p:SolutionDir=../
 cd "../../Spiele Platform/Klient/Minigames/DungeonGame/Client"
 "%InstallDir%\%MSBuildExe%" "DungeonGame.sln" /p:configuration=debug /p:platform=x64
 cd ../../../../../