Files
dsrc/sku.0/sys.shared/compiled/game/object/compile_templates.btm
T
2013-09-10 23:17:15 -07:00

10 lines
124 B
Plaintext

@SET TPF_COMPILER=TemplateCompiler
@FOR %i IN (*.tpf) DO (
%TPF_COMPILER -compile %i
@IF errorlevel != 0 GOTO end
)
:end