Browse Source

separate /t targets as opposed to collating targets with ; seems to affect stdout when building with msbuild

Josh Engebretson 9 years ago
parent
commit
e5f4641ee3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Build/Scripts/Windows/CompileAtomicEditor.bat

+ 1 - 1
Build/Scripts/Windows/CompileAtomicEditor.bat

@@ -1,4 +1,4 @@
 call "%VS140COMNTOOLS%..\..\VC\bin\amd64\vcvars64.bat"
 call "%VS140COMNTOOLS%..\..\VC\bin\amd64\vcvars64.bat"
 cmake ..\\..\\..\\ -DATOMIC_DEV_BUILD=0 -G "Visual Studio 14 2015 Win64"
 cmake ..\\..\\..\\ -DATOMIC_DEV_BUILD=0 -G "Visual Studio 14 2015 Win64"
-msbuild /m Atomic.sln /t:AtomicEditor;AtomicPlayer;AtomicNETNative /p:Configuration=Release /p:Platform=x64
+msbuild /m Atomic.sln /t:AtomicEditor /t:AtomicPlayer /t:AtomicNETNative /p:Configuration=Release /p:Platform=x64
 msbuild Source/AtomicTool/GenerateAtomicNET.vcxproj /p:Configuration=Release /p:Platform=x64
 msbuild Source/AtomicTool/GenerateAtomicNET.vcxproj /p:Configuration=Release /p:Platform=x64