summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rwxr-xr-xshell/source/all/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/source/all/makefile.mk b/shell/source/all/makefile.mk
index a7542d6ccefa..f5cf87b85faf 100755
--- a/shell/source/all/makefile.mk
+++ b/shell/source/all/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 19:42:09 $
+# last change: $Author: hr $ $Date: 2007-11-02 13:10:42 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -49,6 +49,10 @@ CFLAGS+=-wd4710 -wd4711 -wd4514 -wd4619 -wd4217 -wd4820
CDEFS+=-D_WIN32_IE=0x501
.ENDIF
+.IF "$(GUI)" == "OS2"
+CFLAGS+=-DISOLATION_AWARE_ENABLED -DXML_UNICODE -DXML_UNICODE_WCHAR_T -DUNICODE -D_UNICODE
+.ENDIF
+
# --- Files --------------------------------------------------------
.IF "$(SYSTEM_EXPAT)" == "YES"