File: uwin.sh

package info (click to toggle)
perl 5.6.1-8.9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 27,424 kB
  • ctags: 27,896
  • sloc: perl: 125,402; ansic: 123,344; sh: 22,187; lisp: 5,992; yacc: 997; makefile: 986; java: 23
file content (36 lines) | stat: -rw-r--r-- 849 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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