projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c0acd67
)
forgot to include tinygettext dir in Jamfile
author
Matthias Braun
<matze@braunis.de>
Thu, 5 May 2005 11:40:30 +0000
(11:40 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 5 May 2005 11:40:30 +0000
(11:40 +0000)
SVN-Revision: 2399
src/Jamfile
patch
|
blob
|
history
diff --git
a/src/Jamfile
b/src/Jamfile
index
e11e6f7
..
b2f1269
100644
(file)
--- a/
src/Jamfile
+++ b/
src/Jamfile
@@
-14,6
+14,7
@@
sources =
[ Wildcard badguy : *.cpp *.h ]
[ Wildcard sprite : *.cpp *.h ]
[ Wildcard trigger : *.cpp *.h ]
+ [ Wildcard tinygettext : *.cpp *.h ]
[ Wildcard control : *.cpp *.h ]
;
TRANSLATABLE_SOURCES += [ SearchSource $(sources) ] ;