blob: 3d2e070bf3c4447f6d7b5521ed2cf56d5cb58fec [file] [log] [blame]
Jim Cownie5e8470a2013-09-27 10:38:44 +00001#
2#//===----------------------------------------------------------------------===//
3#//
4#// The LLVM Compiler Infrastructure
5#//
6#// This file is dual licensed under the MIT and the University of Illinois Open
7#// Source Licenses. See LICENSE.txt for details.
8#//
9#//===----------------------------------------------------------------------===//
10#
11
12export SHELL = cmd
13
14# TODO give an error if archs doesn't match
15ifndef arch
16 $(error Could not detect arch: please specify on command line.)
17endif
18
19
20CMD=cmd /C
21CWD=$(shell cmd /C echo %CD%)
22RM=cmd /C del /Q /F
23RD=cmd /C rmdir
24MD=cmd /c mkdir
25SLASH=\\
26NUL = nul
27