Skip to content

Commit

Permalink
Changes for cygwin environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hessling committed Dec 3, 2001
1 parent 2129039 commit 2a2ef91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/accommon.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
*)
;;
Expand Down

0 comments on commit 2a2ef91

Please # to comment.