summaryrefslogtreecommitdiff
path: root/embeddedobj/util
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2003-11-14 14:24:28 +0000
committerMikhail Voitenko <mav@openoffice.org>2003-11-14 14:24:28 +0000
commitaec29756d7e058b47dc8dcef79bc93c3e9c61928 (patch)
treea95d2a456f45b5d2f58e9934999298f51d663830 /embeddedobj/util
parent5ea5c0afebd272d5f44e6524c0f67b5317639919 (diff)
#112923# ole implementation related changes
Diffstat (limited to 'embeddedobj/util')
-rw-r--r--embeddedobj/util/makefile.mk19
1 files changed, 17 insertions, 2 deletions
diff --git a/embeddedobj/util/makefile.mk b/embeddedobj/util/makefile.mk
index ed1f6c9af70a..93e5aceda317 100644
--- a/embeddedobj/util/makefile.mk
+++ b/embeddedobj/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: mav $ $Date: 2003-10-29 08:32:00 $
+# last change: $Author: mav $ $Date: 2003-11-14 15:24:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -88,12 +88,27 @@ SHL1OBJS= \
$(SLO)$/closepreventer.obj\
$(SLO)$/intercept.obj
+SHL1OBJS+= \
+ $(SLO)$/olecomponent.obj\
+ $(SLO)$/olepersist.obj\
+ $(SLO)$/oleembed.obj\
+ $(SLO)$/olevisual.obj\
+ $(SLO)$/olemisc.obj\
+ $(SLO)$/olewrapclient.obj\
+ $(SLO)$/advisesink.obj
+
SHL1STDLIBS=\
$(SALLIB)\
$(CPPULIB)\
$(CPPUHELPERLIB)
+SHL1STDLIBS +=\
+ ole32.lib\
+ gdi32.lib\
+ uuid.lib\
+ oleaut32.lib
+
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)