repo.or.cz
/
swg-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of https://Governor-Tarkin@bitbucket.org/Governor-Tarkin/swg...
[swg-src.git]
/
utils
/
build_tdf.sh
blob
9a38113eaf07d1eb32306f6ea68d12d290b4fb1a
1
#!/bin/bash
2
3
basedir
=
$PWD
4
5
find
$basedir
/
dsrc
-name
'*.tdf'
|
while
read
filename
;
do
6
echo
$filename
7
$basedir
/
exe
/
linux
/
bin
/
TemplateDefinitionCompiler
-compile
$filename
8
done