mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 11:30:39 +02:00
* 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:
parent
dd9190e687
commit
0a83746e73
File diff suppressed because it is too large
Load Diff
@ -97,9 +97,11 @@ endif
|
|||||||
|
|
||||||
ifdef COMSPEC
|
ifdef COMSPEC
|
||||||
ifneq ($(findstring $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
|
ifneq ($(findstring $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
|
||||||
|
ifndef RUNBATCH
|
||||||
RUNBATCH=$(COMSPEC) /C
|
RUNBATCH=$(COMSPEC) /C
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# Path Separator, the subst trick is necessary for the \ that can't exists
|
# Path Separator, the subst trick is necessary for the \ that can't exists
|
||||||
# at the end of a line
|
# at the end of a line
|
||||||
|
Loading…
Reference in New Issue
Block a user