diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-01-27 04:01:50 +0100 |
---|---|---|
committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-01-27 14:21:17 +0100 |
commit | a8bf33d851c88107a4673ef6fc97b303efb537d8 (patch) | |
tree | 9d87a83a04259521483d8fdbddee5be67dca314a /tmw.cbp | |
parent | 0346ea5d2d4ce9eee4941b907b9868f631a73fd2 (diff) | |
download | mana-a8bf33d851c88107a4673ef6fc97b303efb537d8.tar.gz mana-a8bf33d851c88107a4673ef6fc97b303efb537d8.tar.bz2 mana-a8bf33d851c88107a4673ef6fc97b303efb537d8.tar.xz mana-a8bf33d851c88107a4673ef6fc97b303efb537d8.zip |
Enabled gettext translations on windows.
Diffstat (limited to 'tmw.cbp')
-rw-r--r-- | tmw.cbp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ <Add option="-Wall" /> <Add option="-DUSE_OPENGL" /> <Add option="-DNOGDI" /> + <Add option="-DENABLE_NLS" /> </Compiler> <Linker> <Add library="guichan" /> @@ -35,6 +36,7 @@ <Add library="z.dll" /> <Add library="physfs" /> <Add library="curl.dll" /> + <Add library="intl" /> </Linker> </Target> <Target title="unix"> |