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:
committed by
László Langó
parent
c9afc2259d
commit
177c30de78
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user