From 8a93e6446752dae86ae6182d4014d708eca2444d Mon Sep 17 00:00:00 2001 From: Mikhail Voitenko Date: Fri, 28 Nov 2003 17:04:05 +0000 Subject: #112923# place ole and ooo objects in separate libraries --- embeddedobj/util/makefile.mk | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'embeddedobj/util') diff --git a/embeddedobj/util/makefile.mk b/embeddedobj/util/makefile.mk index 93e5aceda317..289752b4c56f 100644 --- a/embeddedobj/util/makefile.mk +++ b/embeddedobj/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mav $ $Date: 2003-11-14 15:24:28 $ +# last change: $Author: mav $ $Date: 2003-11-28 18:04:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -103,12 +103,6 @@ SHL1STDLIBS=\ $(CPPULIB)\ $(CPPUHELPERLIB) -SHL1STDLIBS +=\ - ole32.lib\ - gdi32.lib\ - uuid.lib\ - oleaut32.lib - SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -- cgit