diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2003-11-28 17:04:05 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2003-11-28 17:04:05 +0000 |
commit | 8a93e6446752dae86ae6182d4014d708eca2444d (patch) | |
tree | dbc172695bf9a4ad98864265c4791e53ae15d093 /embeddedobj/util | |
parent | 6f1b7138d148828ad3f5d3f9214f02aaab770902 (diff) |
#112923# place ole and ooo objects in separate libraries
Diffstat (limited to 'embeddedobj/util')
-rw-r--r-- | embeddedobj/util/makefile.mk | 10 |
1 files changed, 2 insertions, 8 deletions
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) |