summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-13 07:16:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-13 07:16:54 +0000
commit3916c675b1d643ab1097afad163941afe1333451 (patch)
tree24f57e2cec59822938e5b1d6fc1fb39f40c9f3f8 /include
parent03433fb6d2450b08ed823ebb1be5ab12d97e2954 (diff)
downloadATCD-3916c675b1d643ab1097afad163941afe1333451.tar.gz
ChangeLogTag: Fri Aug 13 07:14:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_gnuwin32_common.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_gnuwin32_common.GNU b/include/makeinclude/platform_gnuwin32_common.GNU
index 4044c2b83c1..bb7cbba641c 100644
--- a/include/makeinclude/platform_gnuwin32_common.GNU
+++ b/include/makeinclude/platform_gnuwin32_common.GNU
@@ -95,7 +95,7 @@ SHLIBBUILD = \
&& mv $(VSHDIR)/$@.def $(VSHDIR)/$@.def.old \
&& sed 's/;.*$$//g' < $(VSHDIR)/$@.def.old > $(VSHDIR)/$@.def \
&& $(SOLINK.cc) -Wl,--enable-auto-image-base -Wl,--out-implib,$@.a \
- -shared -o $@ $(LDFLAGS) $(VSHDIR)/$@.def \
+ -shared -o $@ $(LDFLAGS) -Wl,$(VSHDIR)/$@.def \
$(VSHOBJS1) $(ACE_SHLIBS) $(LIBS)
ifneq ($(GNUWIN32_DLL_ALLOW_EXECP), 1)