Fixes related to working local $.
[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'
f89d6eaa 15libpth='/cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/lib /usr/local/lib'
16so='dll'
17libs='-lcygwin -lm -lc -lkernel32'
18#optimize='-g'
8736538c 19ccflags='-DCYGWIN32'
f89d6eaa 20ldflags='-L. -L/usr/local/lib'
21usemymalloc='n'
8736538c 22dlsrc='dl_cygwin32.xs'
f89d6eaa 23cccdlflags=' '
8736538c 24ld='ld2'
f89d6eaa 25lddlflags='--export-dynamic -L. -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