Torque3D/Tools/projectGenerator/templates/make_fileRecurse.tpl
2012-09-19 11:22:58 -04:00

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}