Files
Bubberstation/tools/tgs_scripts/PreCompile.bat
TiviPlus 2237884136 Removes tgs3 references (#89385)
## 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>
2025-02-11 19:22:14 -05:00

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