如何创建wince根目录下的文件夹
时间:2018-11-23 09:52:01
手机看文章
扫描二维码
随时随地手机看文章
[导读]1.在platform.bib中把camtest.exe添加到NK中camtest.exe $(_FLATRELEASEDIR)/camtest.exe NK U2.在platform.dat中添加
1.在platform.bib中把camtest.exe添加到NK中
camtest.exe $(_FLATRELEASEDIR)/camtest.exe NK U
2.在platform.dat中添加下面的内容
Root:-Directory("kandi")
Directory("/kandi"):-Directory("camera test")
Directory("/kandi/camera test"):-File("camtest.exe","/Windows/camtest.exe")