cygwin32 update
[p5sagit/p5-mst-13.2.git] / hints / cygwin32.sh
CommitLineData
5aabfad6 1#! /bin/sh
2# cygwin32.sh - hintsfile for building perl on Windows NT using the
3# Cygnus Win32 Development Kit.
5aabfad6 4#
f89d6eaa 5
8736538c 6_exe='.exe'
f89d6eaa 7exe_ext='.exe'
8# work around case-insensitive file names
9firstmakefile='GNUmakefile'
10sharpbang='#!'
11startsh='#!/bin/sh'
12
8736538c 13archname='cygwin32'
8736538c 14cc='gcc'
1cab015a 15libpth='/usr/i586-cygwin32/lib /usr/lib /usr/local/lib'
f89d6eaa 16so='dll'
1cab015a 17libs='-lcygwin -lm -lkernel32'
f89d6eaa 18#optimize='-g'
1cab015a 19ccflags='-DCYGWIN32 -I/usr/include -I/usr/local/include'
20ldflags='-L/usr/i586-cygwin32/lib -L/usr/lib -L/usr/local/lib'
f89d6eaa 21usemymalloc='n'
8736538c 22dlsrc='dl_cygwin32.xs'
f89d6eaa 23cccdlflags=' '
8736538c 24ld='ld2'
1cab015a 25lddlflags='-L/usr/local/lib'
8736538c 26useshrplib='true'
f89d6eaa 27libperl='libperl.a'
28dlext='dll'
29
30man1dir=/usr/local/man/man1
31man3dir=/usr/local/man/man3
32sitelib=/usr/local/lib/perl5/site_perl