summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 14:01:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 14:01:44 +0000
commit93a9eed98176450830bda24397d2a38b3a262916 (patch)
tree4b1bb32f9a8ce9dc61eb354ff8164047e460f1d2 /idlc
parent9abb029793511236e7b17e586f8a519b425a74c8 (diff)
INTEGRATION: CWS os2port01 (1.13.26); FILE MERGED
2007/07/18 12:09:36 obr 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2006/12/28 15:00:29 ydario 1.13.26.1: OS/2 initial import.
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk
index c5eb81b445e4..c852adf48219 100644
--- a/idlc/source/makefile.mk
+++ b/idlc/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 13:53:34 $
+# last change: $Author: vg $ $Date: 2007-09-20 15:01:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -43,6 +43,10 @@ LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
INCPRE=$(MISC)
+.IF "$(GUI)" == "OS2"
+STL_OS2_BUILDING=1
+.ENDIF
+
# --- Settings -----------------------------------------------------