mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +02:00
Bug 480109 - Force Shell on windows to be ComSpec (cmd)
Change-Id: I35e7710c3a6eb27ba6d30a46fe1e585bd4296036
This commit is contained in:
parent
0c59d09514
commit
cf05b210bd
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
ifeq ($(OS),Windows_NT)
|
||||
SHELL = $(ComSpec)
|
||||
RMDIR = rmdir /s /q
|
||||
mymkdir = if not exist "$1" mkdir "$1"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue