diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:28:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 14:28:39 +0000 |
commit | c514dd7687fc8f3d4da3b9198a312e4feb20aa18 (patch) | |
tree | d243b8e6c8279ea28193e2f45c962af55d7c270f /scripting/util | |
parent | 6deb607d6d0051367bfac1a8ed5cb234fe46b18d (diff) |
INTEGRATION: CWS supdremove02 (1.7.104); FILE MERGED
2008/01/28 15:57:02 rt 1.7.104.1: #i85482# Remove UPD from library name
Diffstat (limited to 'scripting/util')
-rw-r--r-- | scripting/util/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/scripting/util/makefile.mk b/scripting/util/makefile.mk index c3aa95bf983a..033d99f3c704 100644 --- a/scripting/util/makefile.mk +++ b/scripting/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-09 02:40:18 $ +# last change: $Author: obo $ $Date: 2008-02-25 15:28:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,8 +41,6 @@ TARGET=scriptframe USE_DEFFILE= TRUE NO_BSYMBOLIC= TRUE -#.INCLUDE : $(PRJ)$/util$/makefile.pmk - # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk @@ -52,9 +50,7 @@ LIB1TARGET= $(SLB)$/$(TARGET).lib LIB1FILES= $(SLB)/provider.lib -#SHL1TARGET= sfx$(UPD)$(DLLPOSTFIX) SHL1TARGET= $(TARGET) -#SHL1IMPLIB= isfx SHL1IMPLIB= $(TARGET) SHL1STDLIBS+=\ @@ -66,7 +62,6 @@ SHL1STDLIBS+=\ $(SALLIB) -#SHL1LIBS= $(LIB1TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1DEF= $(MISC)$/$(SHL1TARGET).def |