2 # cygwin.sh - hints for building perl using the Cygwin environment for Win32
7 # work around case-insensitive file names
8 firstmakefile='GNUmakefile'
14 libpth='/usr/i586-cygwin32/lib /usr/lib /usr/local/lib'
16 libs='-lcygwin -lm -lkernel32'
18 ccflags='-DCYGWIN -I/usr/include -I/usr/local/include'
19 ldflags='-L/usr/i586-cygwin32/lib -L/usr/lib -L/usr/local/lib'
24 lddlflags='-L/usr/local/lib'
29 man1dir=/usr/local/man/man1
30 man3dir=/usr/local/man/man3
32 case "$ldlibpthname" in
33 '') ldlibpthname=PATH ;;