summaryrefslogtreecommitdiffstats
path: root/tmake/lib/aix-xlc/tmake.conf
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-01-17 18:56:38 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-01-17 18:56:38 (GMT)
commitf1103ed882b5739e7f16cfd69527bde6d6d96dfa (patch)
tree05e55417a750c1275c9139b7952de6941db168dd /tmake/lib/aix-xlc/tmake.conf
parentc9fcb1845bd7c5080abfee1be4070130bbdd38c2 (diff)
downloadDoxygen-f1103ed882b5739e7f16cfd69527bde6d6d96dfa.zip
Doxygen-f1103ed882b5739e7f16cfd69527bde6d6d96dfa.tar.gz
Doxygen-f1103ed882b5739e7f16cfd69527bde6d6d96dfa.tar.bz2
Release-1.5.4-20080101
Diffstat (limited to 'tmake/lib/aix-xlc/tmake.conf')
-rwxr-xr-xtmake/lib/aix-xlc/tmake.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmake/lib/aix-xlc/tmake.conf b/tmake/lib/aix-xlc/tmake.conf
index 04d5f15..4013923 100755
--- a/tmake/lib/aix-xlc/tmake.conf
+++ b/tmake/lib/aix-xlc/tmake.conf
@@ -8,12 +8,10 @@ TEMPLATE = app
CONFIG = qt warn_on release
TMAKE_CC = xlc
-#TMAKE_CC = xlC
-TMAKE_CFLAGS = -+ -qstrict -D_BSD
+TMAKE_CFLAGS = -qstrict
TMAKE_CFLAGS_WARN_ON =
TMAKE_CFLAGS_WARN_OFF =
TMAKE_CFLAGS_RELEASE = -O
-#TMAKE_CFLAGS_RELEASE = -O3
TMAKE_CFLAGS_DEBUG = -g
TMAKE_CFLAGS_SHLIB =
TMAKE_CFLAGS_YACC =
@@ -50,7 +48,7 @@ TMAKE_LFLAGS_DEBUG =
TMAKE_LFLAGS_SHLIB =
TMAKE_LFLAGS_SONAME =
-TMAKE_LIBS =
+TMAKE_LIBS = -liconv
TMAKE_LIBS_X11 = -lXext -lX11 -lm
TMAKE_LIBS_QT = -lqt
TMAKE_LIBS_QT_MT = -lqt-mt