mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-25 08:43:42 +00: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
|