summaryrefslogtreecommitdiffstats
path: root/cppu/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 13:44:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 13:44:45 +0000
commita6f2796030cc81c02a7d4307f8b9760a2b98f21e (patch)
tree27604c6902e881df228867342f0f13b2e3f4244b /cppu/util
parentINTEGRATION: CWS os2port01 (1.8.40); FILE MERGED (diff)
downloadcore-a6f2796030cc81c02a7d4307f8b9760a2b98f21e.tar.gz
core-a6f2796030cc81c02a7d4307f8b9760a2b98f21e.zip
INTEGRATION: CWS os2port01 (1.2.80); FILE MERGED
2006/12/28 14:53:44 ydario 1.2.80.1: OS/2 initial import.
Diffstat (limited to 'cppu/util')
-rw-r--r--cppu/util/makefile.pmk8
1 files changed, 6 insertions, 2 deletions
diff --git a/cppu/util/makefile.pmk b/cppu/util/makefile.pmk
index 8428e75c6850..9cecbe15e89b 100644
--- a/cppu/util/makefile.pmk
+++ b/cppu/util/makefile.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 09:02:02 $
+# last change: $Author: vg $ $Date: 2007-09-20 14:44:45 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -34,3 +34,7 @@
#*************************************************************************
ENABLE_EXCEPTIONS=TRUE
NO_BSYMBOLIC=TRUE
+
+.IF "$(GUI)" == "OS2"
+STL_OS2_BUILDING=1
+.ENDIF