target: mbedos5: Support for building on Windows (#1522)

This patch allows users to build for the mbedos5 target on Windows (normal
Windows and Cygwin). Also needs
https://github.com/ARMmbed/mbed-js-gulp/pull/14.

JerryScript-DCO-1.0-Signed-off-by: Jan Jongboom janjongboom@gmail.com
This commit is contained in:
Jan Jongboom
2017-01-13 02:57:38 -06:00
committed by László Langó
parent c9afc2259d
commit 177c30de78
+4
View File
@@ -87,4 +87,8 @@ getlibs: .mbed
mbed deploy
../../.mbedignore:
ifeq ($(OS),Windows_NT)
copy template-mbedignore.txt ..\..\.mbedignore
else
cp ./template-mbedignore.txt ../../.mbedignore
endif