打包工具位于 cpu\wl82\tools\packres, 打开packrec.bat文件, 按照说明添加需要打包的文件,如:
REM packres.exe -n $(dir) -o $(output) $(file1)
(
f
i
l
e
2
)
.
.
.
R
E
M
其
中
(file2) ... REM 其中
(file2)...REM其中(dir)为打包后的文件目录入口,
(
o
u
t
p
u
t
)
打
包
后
的
输
出
文
件
,
(output)打包后的输出文件,
(output)打包后的输出文件,(file1)
(
f
i
l
e
2
)
.
.
.
为
需
要
打
包
的
输
入
文
件
R
E
M
放
置
在
r
e
s
资
源
区
时
,
其
搜
索
路
径
为
m
n
t
/
s
d
f
i
l
e
/
r
e
s
/
(file2) ...为需要打包的输入文件 REM 放置在res资源区时,其搜索路径为mnt/sdfile/res/
(file2)...为需要打包的输入文件REM放置在res资源区时,其搜索路径为mnt/sdfile/res/(output)/
(
d
i
r
)
/
(dir)/
(dir)/(file),如:mnt/sdfile/res/tone/res1.txt
REM 放置在[RESERVED_CONFIG]预留区时,其搜索路径为:mnt/sdfile/app/
(
o
u
t
p
u
t
)
/
(output)/
(output)/(dir)/
(
f
i
l
e
)
,
如
:
m
n
t
/
s
d
f
i
l
e
/
a
p
p
/
u
p
d
a
t
e
/
t
o
n
e
/
r
e
s
1.
t
x
t
R
E
M
放
置
在
[
R
E
S
E
R
V
E
D
E
X
P
A
N
D
C
O
N
F
I
G
]
预
留
区
时
,
其
搜
索
路
径
为
:
m
n
t
/
s
d
f
i
l
e
/
E
X
T
R
E
S
E
R
V
E
D
/
(file),如:mnt/sdfile/app/update/tone/res1.txt REM 放置在[RESERVED_EXPAND_CONFIG]预留区时,其搜索路径为:mnt/sdfile/EXT_RESERVED/
(file),如:mnt/sdfile/app/update/tone/res1.txtREM放置在[RESERVEDEXPANDCONFIG]预留区时,其搜索路径为:mnt/sdfile/EXTRESERVED/(output)/
(
d
i
r
)
/
(dir)/
(dir)/(file),如:mnt/sdfile/EXT_RESERVED/update/tone/res1.txt
packres.exe -n tone -o UPDATE res1.txt res2.txt res3.txt
::pause