mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 07:15:05 +00:00
Fix cygwin build of DLL
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user