From a6f2796030cc81c02a7d4307f8b9760a2b98f21e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 20 Sep 2007 13:44:45 +0000 Subject: INTEGRATION: CWS os2port01 (1.2.80); FILE MERGED 2006/12/28 14:53:44 ydario 1.2.80.1: OS/2 initial import. --- cppu/util/makefile.pmk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'cppu/util') 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 -- cgit