This commit is contained in:
silicons
2021-04-28 07:20:54 -07:00
parent d06c33bd8d
commit c3d91f01db
4 changed files with 49 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
@echo off
cd /D "%~dp0"
set TG_BOOTSTRAP_CACHE=%cd%
IF NOT "%1" == "" (
IF NOT %1 == "" (
rem TGS4: we are passed the game directory on the command line
cd %1
) ELSE IF EXIST "..\Game\B\tgstation.dmb" (
@@ -11,5 +11,5 @@ IF NOT "%1" == "" (
rem TGS3: Otherwise build in Game/B
cd ..\Game\B
)
set TG_BUILD_TGS_MODE=1
set CBT_BUILD_MODE=TGS
tools\build\build