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.
Tree:
e98d038bf9
Standalone-Sdk_RT-thread
master
release
release_v1.3.1
release_v1.4.0
aarch64_cross_compiler
jailhouse
mingw64_cross_toolchian
v0.0.1
v0.0.11
v0.0.2
v0.0.3
v0.0.3-a
v0.0.4
v0.0.5
v0.0.7
v0.0.8
v0.1.15
v0.1.16
v0.1.17
v0.1.2
v0.1.8
v0.2.0
v0.3.0
v0.4.0
v1.0.0
v1.1.0
v1.1.1
v1.2.2
v1.2.3
v1.3.0
v1.4.0
x86_64-cross-compiler
${ noResults }
phytium-standalone-sdk/tools/export_sdk/export.cmd
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=
|