summaryrefslogtreecommitdiff
path: root/hints/cygwin.sh
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2007-02-19 17:50:18 -0800
committerSteve Hay <SteveHay@planit.com>2007-02-22 09:09:31 +0000
commit78ff2d7be71ff9f6811d8b05bb66c4c4707951ba (patch)
treea2013860b69217e66dd1332f49526b63ed76d5b8 /hints/cygwin.sh
parent097911b5e678dd1e36060b9c7d2408b8eb887a7a (diff)
downloadperl-78ff2d7be71ff9f6811d8b05bb66c4c4707951ba.tar.gz
Re: Win32 modules & cygwin
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org> Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122> Also includes integration & deletion of win32/ext/Win32API to ext/Win32API, and addition of copyright message and corrections to spacing/tabbing as suggested by Jan Dubois. p4raw-id: //depot/perl@30379
Diffstat (limited to 'hints/cygwin.sh')
-rw-r--r--hints/cygwin.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh
index f88e7c5fea..e0cdc05858 100644
--- a/hints/cygwin.sh
+++ b/hints/cygwin.sh
@@ -50,6 +50,9 @@ case "$osvers" in
;;
esac;
+# compile Win32CORE "module" as static
+static_ext="$static_ext Win32CORE"
+
# Win9x problem with non-blocking read from a closed pipe
d_eofnblk='define'