diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:34:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:34:52 +0000 |
commit | 9b9adfbe9407f6de61632356dc2754967450b159 (patch) | |
tree | 3f777a72b772895508a44c5b361964cabef4cf8a /setup_native | |
parent | a592f96fb4e084e744bad679e175ef419c573aae (diff) |
INTEGRATION: CWS mingwport06 (1.13.2); FILE MERGED
2007/08/31 13:19:55 vg 1.13.2.1: #i80359# MinGW port efforts
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/customactions/shellextensions/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/makefile.mk b/setup_native/source/win32/customactions/shellextensions/makefile.mk index 4804086ca..a34a8dd08 100644 --- a/setup_native/source/win32/customactions/shellextensions/makefile.mk +++ b/setup_native/source/win32/customactions/shellextensions/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: ihi $ $Date: 2007-08-17 11:48:53 $ +# last change: $Author: kz $ $Date: 2007-09-06 13:34:52 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -83,8 +83,6 @@ STDSHL+= \ SHL1OBJS = $(SLOFILES) \ $(SLO)$/seterror.obj -SHL1LIBS = $(SLB)$/$(TARGET).lib - SHL1TARGET = $(TARGET) SHL1IMPLIB = i$(TARGET) |