diff options
-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 |