source: trunk/third/perl/hints/uwin.sh @ 14545

Revision 14545, 849 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14544, which included commits to RCS files with non-trunk default branches.
Line 
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
27static_ext="B Data/Dumper Fcntl IO IPC/SysV Opcode POSIX SDBM_File Socket attrs"
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
Note: See TracBrowser for help on using the repository browser.