From 2a2ef9191eef250f4713d8c2e532ea8493ae565e Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Mon, 3 Dec 2001 10:22:26 +0000 Subject: [PATCH] Changes for cygwin environment --- common/accommon.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/accommon.m4 b/common/accommon.m4 index f9ef7c5c..b5acd4c9 100644 --- a/common/accommon.m4 +++ b/common/accommon.m4 @@ -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" ;; *) ;;