summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-06 15:42:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-06 15:42:31 +0000
commit3ac86b7c3482cb4b41acbd0b4fc978a2d42a083c (patch)
treebb6c6c87a21f0f452f4df5c13284aaf244f445df
parent2eaf7ff92c2ebed4f2e3df00f63e742097f57f31 (diff)
INTEGRATION: CWS mingwport13 (1.7.34); FILE MERGED
2008/06/03 13:33:58 vg 1.7.34.1: #i90179# MinGW catch-up fixes for m14
-rw-r--r--setup_native/source/win32/customactions/regpatchactivex/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/source/win32/customactions/regpatchactivex/makefile.mk b/setup_native/source/win32/customactions/regpatchactivex/makefile.mk
index e6bac0a8cf3e..7c194e94b1d3 100644
--- a/setup_native/source/win32/customactions/regpatchactivex/makefile.mk
+++ b/setup_native/source/win32/customactions/regpatchactivex/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
# This file is part of OpenOffice.org.
#
@@ -55,7 +55,7 @@ INCPRE+=.\Include
SLOFILES = $(SLO)$/regpatchactivex.obj
.IF "$(COM)"=="GCC"
-SHL1STDLIBS= -lmingw32 -lstdc++ -lgcc -lmingwthrd -lmsvcrt
+SHL1STDLIBS= -lmingw32 -lstdc++ -lgcc -lmsvcrt
.ELSE
SHL1STDLIBS=
.ENDIF