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