CompileAtomicEditorPhase2.bat 262 B

12345678910
  1. @echo OFF
  2. call %0\..\SetupVSEnvironment.bat %2
  3. if not defined ATOMIC_CMAKE_GENERATOR (
  4. @echo Problem setting up %2 compilation environment
  5. exit /b 1
  6. )
  7. msbuild /m Atomic.sln /t:AtomicGlow /t:AtomicEditor /t:AtomicPlayer /p:Configuration=%1 /p:Platform=x64