mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 07:45:21 +00:00
Changes for cygwin environment
This commit is contained in:
@@ -893,12 +893,15 @@ case "$target" in
|
||||
EEXTRA="-mf -N0x20000 -Q"
|
||||
;;
|
||||
*cygwin)
|
||||
LIBPRE=""
|
||||
LIBPRE="lib"
|
||||
SHLPRE=""
|
||||
DYN_COMP="-DDYNAMIC"
|
||||
LIBPST=".a"
|
||||
SHLPST=".dll"
|
||||
EXE=".exe"
|
||||
LD_RXLIB1="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