Fix cygwin build of DLL

This commit is contained in:
Mark Hessling
2005-11-13 23:58:17 +00:00
parent 4a6d386dbf
commit ecd8eb56db

2
configure vendored
View File

@@ -2722,7 +2722,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"