2 # cygwin32.sh - hintsfile for building perl on Windows NT using the
3 # Cygnus Win32 Development Kit.
8 # work around case-insensitive file names
9 firstmakefile='GNUmakefile'
15 libpth='/usr/i586-cygwin32/lib /usr/lib /usr/local/lib'
17 libs='-lcygwin -lm -lkernel32'
19 ccflags='-DCYGWIN32 -I/usr/include -I/usr/local/include'
20 ldflags='-L/usr/i586-cygwin32/lib -L/usr/lib -L/usr/local/lib'
22 dlsrc='dl_cygwin32.xs'
25 lddlflags='-L/usr/local/lib'
30 man1dir=/usr/local/man/man1
31 man3dir=/usr/local/man/man3
32 sitelib=/usr/local/lib/perl5/site_perl
34 case "$ldlibpthname" in
35 '') ldlibpthname=PATH ;;