diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:40:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:40:53 +0000 |
commit | 19b88dcb8ac00af5d1f7add4deb0de6dcf088e7a (patch) | |
tree | c0f54e026937a049e4be271a368e0e358f991216 /comphelper/util | |
parent | c4a00c763dc64bb631bf286df0f79f60e760f3de (diff) |
INTEGRATION: CWS os2port01 (1.3.124); FILE MERGED
2006/12/28 14:52:53 ydario 1.3.124.1: OS/2 initial import.
Diffstat (limited to 'comphelper/util')
-rw-r--r-- | comphelper/util/makefile.pmk | 8 |
1 files changed, 6 insertions, 2 deletions
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 |