1#ident "@(#)Defaults.mingw32_nt	1.5 13/11/04 "
2###########################################################################
3#
4# global definitions for Win32/Mingw32 systems
5#
6###########################################################################
7#
8# Compiler stuff
9#
10###########################################################################
11#DEFCCOM=	cc
12DEFCCOM=	gcc
13
14###########################################################################
15#
16# Link mode for libraries that are part of the makefile system:
17# If DEFLINKMODE is set to "static", no dynamic linking will be used
18# If DEFLINKMODE is set to "dynamic", dynamic linking will be used
19#
20###########################################################################
21DEFLINKMODE=	static
22
23###########################################################################
24#
25# If the next line is commented out, compilation is done with max warn level
26# If the next line is uncommented, compilation is done with minimal warnings
27#
28###########################################################################
29#CWARNOPTS=
30
31DEFINCDIRS=	$(SRCROOT)/include
32DEFOSINCDIRS=
33#LDPATH=		-L/opt/schily/lib
34LDPATH=
35#RUNPATH=	-R$(INS_BASE)/lib -R/opt/schily/lib -R$(OLIBSDIR)
36RUNPATH=
37
38###########################################################################
39#
40# Installation config stuff
41#
42###########################################################################
43#INS_BASE=	/opt/schily
44#INS_KBASE=	/
45#INS_RBASE=	/
46INS_BASE=	/tmp/schily
47INS_KBASE=	/tmp/schily/root
48INS_RBASE=	/tmp/schily/root
49#
50DEFUMASK=	002
51#
52DEFINSMODEF=	444
53DEFINSMODEX=	755
54DEFINSUSR=	root
55DEFINSGRP=	bin
56