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