mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 17:41:50 +00:00
## About The Pull Request Woo yea we are free woo yea tgs6!!!! Only remainder is this in precompile.bat and I dont get enough about tgs to know if I can only delete the else or the elif too ``` IF NOT %1 == "" ( rem TGS4+: we are passed the game directory on the command line cd %1 ) ELSE IF EXIST "..\Game\B\tgstation.dmb" ( rem TGS3: Game/B/tgstation.dmb exists, so build in Game/A cd ..\Game\A ) ELSE ( rem TGS3: Otherwise build in Game/B cd ..\Game\B ) ``` ## Changelog 🆑 code: deleted all remaining code referencing TGS3 /🆑 --------- Co-authored-by: TiviPlus <572233640+TiviPlus@users.noreply.com>
7 lines
99 B
Batchfile
7 lines
99 B
Batchfile
@echo off
|
|
cd /D "%~dp0"
|
|
set TG_BOOTSTRAP_CACHE=%cd%
|
|
cd %1
|
|
set CBT_BUILD_MODE=TGS
|
|
tools\build\build
|