Changes for cygwin environment

This commit is contained in:
Mark Hessling
2001-12-03 10:22:26 +00:00
parent 21290390ea
commit 2a2ef9191e

View File

@@ -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"
;;
*)
;;