Devel::Peek::mstat not working
[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#
8736538c 5_a='.a'
6_exe='.exe'
7_o='.o'
8archname='cygwin32'
9# hmm... why Configure doesn't look for this?
10#bash='/usr/bin/bash'
11bin='/usr/local/bin'
12binexp='/usr/local/bin'
13byteorder='1234'
14cc='gcc'
15cccdlflags=''
16# ccflags='-I/usr/local/include -ggdb3 -DCYGWIN32 -DDEBUGGING'
17# ok, debugging may be not appropriate for everyone
18ccflags='-DCYGWIN32'
19clocktype='clock_t'
20cryptlib='-lcrypt'
21dlext='dll'
22dlsrc='dl_cygwin32.xs'
5aabfad6 23exe_ext='.exe'
8736538c 24# work around case-insensitive file names
5aabfad6 25firstmakefile='GNUmakefile'
8736538c 26gidtype='gid_t'
27installman1dir='/usr/local/man/man1'
28installman3dir='/usr/local/man/man3'
5aabfad6 29installscript='/usr/local/bin'
5aabfad6 30installsitelib='/usr/local/lib/perl5/site_perl'
8736538c 31installusrbinperl='undef'
32ld='ld2'
33lddlflags='-DCYGWIN32 --export-dynamic --strip-debug'
34ldflags="-L. -L`pwd`"
35lib_ext='.a'
36libperl='libperl.a'
37libpth='/usr/lib /usr/local/lib /cygnus/cygwin-b20/H-i586-cygwin32/lib'
38libs='-lcygwin -lm -lc -lkernel32'
39man1dir='/usr/local/man/man1'
40man1direxp='/usr/local/man/man1'
41man1ext='1'
42man3dir='/usr/local/man/man3'
43man3direxp='/usr/local/man/man3'
44man3ext='3'
45obj_ext='.o'
46optimize='-O'
47path_sep=':'
48prefix='/usr/local'
49prefixexp='/usr/local'
50scriptdir='/usr/local/bin'
51scriptdirexp='/usr/local/bin'
5aabfad6 52sitelib='/usr/local/lib/perl5/site_perl'
53sitelibexp='/usr/local/lib/perl5/site_perl'
8736538c 54sysman='/usr/local/man/man1'
55usenm='false'
56useperlio='define'
57useshrplib='true'
58usevfork='true'
59usrinc='/usr/i586-cygwin32/include'