diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:45:43 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:45:43 +0000 |
commit | 29458e09759fabc8acca8fe74414a9371cad5d9c (patch) | |
tree | c0517157db3e8626c643805e6e16872769362930 /embeddedobj | |
parent | f68df420ec53bb18343a6511b1e0a64418f9f321 (diff) |
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.
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/msole/makefile.mk | 12 |
1 files changed, 10 insertions, 2 deletions
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 |