1# ************************************************************* 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20# ************************************************************* 21# Define additional MSDOS specific settings. 22# 23 24# --- Set Wrapper command --- 25# Provide a macro that can be used to access the wrapper and to avoid 26# hardcoding the program name everywhere 27GUWCMD*=guw.exe 28 29# This is a no-op for native W32 dmake 30.WINPATH !:= yes 31 32# Directory cache configuration. 33.DIRCACHE *:= no 34 35# Applicable suffix definitions 36E *:= .exe # Executables 37 38# This is hopefully not used. Only in: dmake/msdos/spawn.c 39# .MKSARGS *:= yes 40 DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}}) 41 RM *= $/bin$/rm 42 MV *= $/bin$/mv 43 __.DIVSEP-sh-yes *:= \\\ 44 __.DIVSEP-sh-no *:= \\ 45 DIRSEPSTR :=/ 46 47.EXPORT : GUWCMD 48 49# Does not respect case of filenames. 50.DIRCACHERESPCASE := no 51NAMEMAX = 256 52 53