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