xref: /trunk/main/solenv/inc/startup/wnt/macros.mk (revision cdf0e10c)
1# Define additional MSDOS specific settings.
2#
3
4# --- Set Wrapper command ---
5# Provide a macro that can be used to access the wrapper and to avoid
6# hardcoding the program name everywhere
7GUWCMD*=guw.exe
8
9# This is a no-op for native W32 dmake
10.WINPATH !:= yes
11
12# Directory cache configuration.
13.DIRCACHE  *:= no
14
15# Applicable suffix definitions
16E *:= .exe	# Executables
17
18# This is hopefully not used. Only in: dmake/msdos/spawn.c
19#  .MKSARGS         *:= yes
20   DIVFILE          *=  $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}})
21   RM               *=  $/bin$/rm
22   MV	            *=  $/bin$/mv
23   __.DIVSEP-sh-yes *:= \\\
24   __.DIVSEP-sh-no  *:= \\
25   DIRSEPSTR :=/
26
27.EXPORT : GUWCMD
28
29# Does not respect case of filenames.
30.DIRCACHERESPCASE := no
31NAMEMAX	=	256
32
33