diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:44:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:44:45 +0000 |
commit | a6f2796030cc81c02a7d4307f8b9760a2b98f21e (patch) | |
tree | 27604c6902e881df228867342f0f13b2e3f4244b /cppu | |
parent | bf349f38d8f650307a40cc019cff210d18fcde7b (diff) |
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')
-rw-r--r-- | cppu/util/makefile.pmk | 8 |
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 |