Pārlūkot izejas kodu

buildscript für dungeongame release hinzugefügt

Kolja Strohm 5 gadi atpakaļ
vecāks
revīzija
13a1300d50

+ 1 - 1
Allgemein/Network

@@ -1 +1 @@
-Subproject commit 7b0f2ac03625756ef1031dfe6d5f1d7afbec6608
+Subproject commit a7d98d4892aa0bd42d79618e71d861a765f45005

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

@@ -1 +1 @@
-Subproject commit c3b416168bd947511beea126fd059f0d9f2656a3
+Subproject commit 7f9b79be3cd67f02932b632bcf51e38bb6a9c937

+ 10 - 0
buildDungeonGameRelease.bat

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