This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
applied new parts of suggested patch
[perl5.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='/usr/i586-cygwin32/lib /usr/lib /usr/local/lib'
16 so='dll'
17 libs='-lcygwin -lm -lkernel32'
18 #optimize='-g'
19 ccflags='-DCYGWIN32 -I/usr/include -I/usr/local/include'
20 ldflags='-L/usr/i586-cygwin32/lib -L/usr/lib -L/usr/local/lib'
21 usemymalloc='n'
22 dlsrc='dl_cygwin32.xs'
23 cccdlflags=' '
24 ld='ld2'
25 lddlflags='-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