From 19b88dcb8ac00af5d1f7add4deb0de6dcf088e7a Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 20 Sep 2007 15:40:53 +0000 Subject: INTEGRATION: CWS os2port01 (1.3.124); FILE MERGED 2006/12/28 14:52:53 ydario 1.3.124.1: OS/2 initial import. --- comphelper/util/makefile.pmk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'comphelper/util') diff --git a/comphelper/util/makefile.pmk b/comphelper/util/makefile.pmk index 823ad8ce4a51..806b8a4c7e27 100644 --- a/comphelper/util/makefile.pmk +++ b/comphelper/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 03:01:50 $ +# last change: $Author: vg $ $Date: 2007-09-20 16:40:53 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,10 @@ # #************************************************************************* +.IF "$(GUI)" == "OS2" +STL_OS2_BUILDING=1 +.ENDIF + # define COMPHELPER_DLLIMPLEMENTATION (see @ comphelperdllapi.h) CDEFS += -DCOMPHELPER_DLLIMPLEMENTATION -- cgit