mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-26 14:49:01 +01:00
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
|