diff options
author | Joe Buehler <jbuehler@hekimian.com> | 1998-08-29 13:13:28 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 06:41:34 +0000 |
commit | 2ebcf328f2f6a477ae1d821fa26a32def4a81660 (patch) | |
tree | 0fce993b73d3fff7c3c57976373c22b62fc16d24 /hints/uwin.sh | |
parent | 6e68dac881cea847d8831bc4b3fdb32ae55b843d (diff) | |
download | perl-2ebcf328f2f6a477ae1d821fa26a32def4a81660.tar.gz |
patches for perl 5.005_51 under U/WIN
Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
p4raw-id: //depot/perl@1823
Diffstat (limited to 'hints/uwin.sh')
-rw-r--r-- | hints/uwin.sh | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/hints/uwin.sh b/hints/uwin.sh new file mode 100644 index 0000000000..0e5e11adfd --- /dev/null +++ b/hints/uwin.sh @@ -0,0 +1,36 @@ +# +# hint file for U/WIN (UNIX for Windows 95/NT) +# +# created for U/WIN version 1.55 +# running under Windows NT 4.0 SP 3 +# using MSVC++ 5.0 for the compiler +# +# created by Joe Buehler (jbuehler@hekimian.com) +# +# for information about U/WIN see www.gtlinc.com +# + +#ccflags=-D_BSDCOMPAT +# confusion in Configure over preprocessor +cppstdin=`pwd`/cppstdin +cpprun=`pwd`/cppstdin +# pwd.h confuses Configure +d_pwcomment=undef +d_pwgecos=define +# work around case-insensitive file names +firstmakefile=GNUmakefile +# avoid compilation error +i_utime=undef +# compile/link flags +ldflags=-g +optimize=-g +static_ext="B Data/Dumper Fcntl IO IPC/SysV Opcode POSIX SDBM_File Socket attrs" +#static_ext=none +# dynamic loading needs work +usedl=undef +# perl malloc will not work +usemymalloc=n +# cannot use nm +usenm=undef +# vfork() is buggy (as of 1.55 anyway) +usevfork=false |