1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 17:45:24 +02:00

Bug 480109 - Force Shell on windows to be ComSpec (cmd)

Change-Id: I35e7710c3a6eb27ba6d30a46fe1e585bd4296036
This commit is contained in:
Doug Schaefer 2015-10-24 13:01:27 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 0c59d09514
commit cf05b210bd

View file

@ -1,4 +1,5 @@
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
SHELL = $(ComSpec)
RMDIR = rmdir /s /q RMDIR = rmdir /s /q
mymkdir = if not exist "$1" mkdir "$1" mymkdir = if not exist "$1" mkdir "$1"
else else