From 740d3aeda17316806cd42998c7cfbd8cfaa6c795 Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Mon, 14 Nov 2005 03:25:37 +0000 Subject: [PATCH] Fix for cygwin DLL creation. --- common/accommon.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/accommon.m4 b/common/accommon.m4 index a8ffa129..59801ad1 100644 --- a/common/accommon.m4 +++ b/common/accommon.m4 @@ -1035,7 +1035,7 @@ case "$target" in EXE=".exe" # Only for Rexx/Trans do we produce an import library for the DLL we are # building - LD_RXLIB1="dllwrap --def \$(srcdir)/\$(basename \$(@))w32.def --target i386-cygwin32 --dllname \$(@)" + LD_RXLIB1="dllwrap --def ./cygwin.def --target i386-cygwin32 --dllname \$(@)" LD_RXTRANSLIB1="dllwrap --def \$(srcdir)/\$(basename \$(@))w32.def --output-lib ${LIBPRE}\$(basename \$(@))${LIBPST} --target i386-cygwin32 --dllname \$(@)" BASE_INSTALL="cygwininstall" BASE_BINARY="cygwinbinary"