From 29458e09759fabc8acca8fe74414a9371cad5d9c Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 20 Sep 2007 13:45:43 +0000 Subject: INTEGRATION: CWS os2port01 (1.10.8); FILE MERGED 2007/07/18 06:09:33 obr 1.10.8.2: RESYNC: (1.10-1.13); FILE MERGED 2006/12/28 14:54:59 ydario 1.10.8.1: OS/2 initial import. --- embeddedobj/source/msole/makefile.mk | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'embeddedobj') diff --git a/embeddedobj/source/msole/makefile.mk b/embeddedobj/source/msole/makefile.mk index d911b54a12da..e761a20e1cce 100644 --- a/embeddedobj/source/msole/makefile.mk +++ b/embeddedobj/source/msole/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: ihi $ $Date: 2007-06-05 10:58:32 $ +# last change: $Author: vg $ $Date: 2007-09-20 14:45:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -123,6 +123,14 @@ SHL1STDLIBS+=\ $(OLEAUT32LIB) DEF1EXPORTFILE= exports.dxp +.ELIF "$(GUI)"=="OS2" + +SHL1STDLIBS+=\ + $(VCLLIB)\ + iembobj.lib + +DEF1EXPORTFILE= exports.dxp + .ELSE SHL1STDLIBS+=\ -lembobj -- cgit