* RUNBATCH now only initialized when not already set. For Dos under Windows XP in some circumstances.

git-svn-id: trunk@13477 -
This commit is contained in:
marco 2009-07-30 11:28:54 +00:00
parent dd9190e687
commit 0a83746e73
2 changed files with 2281 additions and 2344 deletions

File diff suppressed because it is too large Load Diff

View File

@ -97,9 +97,11 @@ endif
ifdef COMSPEC
ifneq ($(findstring $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
ifndef RUNBATCH
RUNBATCH=$(COMSPEC) /C
endif
endif
endif
# Path Separator, the subst trick is necessary for the \ that can't exists
# at the end of a line