20200510 之前未提交
This commit is contained in:
parent
4476f139a2
commit
a890b04673
5
.config
Normal file
5
.config
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#
|
||||||
|
# Automatically generated file; DO NOT EDIT.
|
||||||
|
# RootMenu
|
||||||
|
#
|
||||||
|
# CONFIG_PKG_USING_TOMLC99 is not set
|
12
packages/SConscript
Normal file
12
packages/SConscript
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
import os
|
||||||
|
from building import *
|
||||||
|
|
||||||
|
objs = []
|
||||||
|
cwd = GetCurrentDir()
|
||||||
|
list = os.listdir(cwd)
|
||||||
|
|
||||||
|
for item in list:
|
||||||
|
if os.path.isfile(os.path.join(cwd, item, 'SConscript')):
|
||||||
|
objs = objs + SConscript(os.path.join(item, 'SConscript'))
|
||||||
|
|
||||||
|
Return('objs')
|
BIN
packages/packages.dbsqlite
Normal file
BIN
packages/packages.dbsqlite
Normal file
Binary file not shown.
1
packages/pkgs.json
Normal file
1
packages/pkgs.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
1
packages/pkgs_error.json
Normal file
1
packages/pkgs_error.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
8
rtconfig.h
Normal file
8
rtconfig.h
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef RT_CONFIG_H__
|
||||||
|
#define RT_CONFIG_H__
|
||||||
|
|
||||||
|
/* Automatically generated file; DO NOT EDIT. */
|
||||||
|
/* RootMenu */
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user