You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
207 B
12 lines
207 B
@echo off
|
|
if defined MSYSTEM (
|
|
echo This .cmd file is for Windows CMD.EXE shell only.
|
|
goto end
|
|
)
|
|
|
|
@set PATH=%PATH%;..\..\..\xpack-windows-build-tools-4.3.0-1\bin
|
|
set IDE_EXPORT=1
|
|
|
|
make all
|
|
|
|
set IDE_EXPORT=
|