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