This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[patch] -Wall
[perl5.git] / hints / uwin.sh
CommitLineData
2ebcf328
JB
1#
2# hint file for U/WIN (UNIX for Windows 95/NT)
3#
4# created for U/WIN version 1.55
5# running under Windows NT 4.0 SP 3
6# using MSVC++ 5.0 for the compiler
7#
8# created by Joe Buehler (jbuehler@hekimian.com)
9#
10# for information about U/WIN see www.gtlinc.com
11#
12
13#ccflags=-D_BSDCOMPAT
14# confusion in Configure over preprocessor
15cppstdin=`pwd`/cppstdin
16cpprun=`pwd`/cppstdin
17# pwd.h confuses Configure
18d_pwcomment=undef
19d_pwgecos=define
20# work around case-insensitive file names
21firstmakefile=GNUmakefile
22# avoid compilation error
23i_utime=undef
24# compile/link flags
25ldflags=-g
26optimize=-g
5e506771 27static_ext="B Data/Dumper Fcntl Filter::Util::Call IO IPC/SysV Opcode POSIX SDBM_File Socket Storable attrs"
2ebcf328
JB
28#static_ext=none
29# dynamic loading needs work
30usedl=undef
31# perl malloc will not work
32usemymalloc=n
33# cannot use nm
34usenm=undef
35# vfork() is buggy (as of 1.55 anyway)
36usevfork=false