mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-03 03:15:55 -04:00
10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
@SET TPF_COMPILER=TemplateCompiler
|
|
|
|
@FOR %i IN (*.tpf) DO (
|
|
%TPF_COMPILER -compile %i
|
|
@IF errorlevel != 0 GOTO end
|
|
)
|
|
|
|
:end
|
|
|