summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:10:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 12:10:42 +0000
commitc2fb9ef12060a335df6cea429663b6b9528af49f (patch)
treed53054064b81bfc3990dcb8b48b58a4322c67547 /shell
parentfb96308fb6faf62a6c4a251469b67c07f468f9ea (diff)
INTEGRATION: CWS os2port02 (1.5.174); FILE MERGED
2007/10/04 19:45:57 ydario 1.5.174.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
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"