summaryrefslogtreecommitdiff
path: root/solenv/inc/startup/wnt/macros.mk
blob: 391c1a9145d43fa39fccb4e99fad8397aca1bd0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Define additional Windows-specific settings.
#

# This is a no-op for native Windows dmake
.WINPATH !:= yes

# Directory cache configuration.
.DIRCACHE  *:= no

# Applicable suffix definitions
E *:= .exe	# Executables

# This is hopefully not used. Only in: dmake/msdos/spawn.c  
#  .MKSARGS         *:= yes
   DIVFILE          *=  $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}})
   RM               *=  $/bin$/rm
   MV	            *=  $/bin$/mv
   __.DIVSEP-sh-yes *:= \\\
   __.DIVSEP-sh-no  *:= \\
   DIRSEPSTR :=/

# Does not respect case of filenames.
.DIRCACHERESPCASE := no
NAMEMAX	=	256