Merge branch 'master' of https://Governor-Tarkin@bitbucket.org/Governor-Tarkin/swg...
[swg-src.git] / utils / build_tdf.sh
blob9a38113eaf07d1eb32306f6ea68d12d290b4fb1a
1 #!/bin/bash
3 basedir=$PWD
5 find $basedir/dsrc -name '*.tdf' | while read filename; do
6 echo $filename
7 $basedir/exe/linux/bin/TemplateDefinitionCompiler -compile $filename
8 done