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