mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 06:03:48 +00:00
9 lines
202 B
Smarty
9 lines
202 B
Smarty
|
|
{foreach from=$dirWalk item=file key=key}
|
||
|
|
{if is_array($file)}
|
||
|
|
{include file="make_fileRecurse.tpl" dirWalk=$file}
|
||
|
|
{elseif dontCompile($file->path, $projOutput)}
|
||
|
|
{else}
|
||
|
|
{$file->path} \
|
||
|
|
{/if}
|
||
|
|
{/foreach}
|