mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
sync tkc
This commit is contained in:
parent
a6da1ff7b8
commit
951a0dcc98
@ -1,7 +1,6 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const glob = require('glob')
|
||||
const IDLGen = require('./idl_gen.js')
|
||||
const IDLGen = require('./idl_gen.js');
|
||||
|
||||
let defDirlist = undefined;
|
||||
let outputIDL = 'idl.json';
|
||||
@ -22,5 +21,4 @@ if(sourcesPath === '-h' || sourcesPath === '--help') {
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
IDLGen.gen(sourcesPath, outputIDL, defDirlist)
|
||||
|
||||
IDLGen.gen(sourcesPath, outputIDL, defDirlist);
|
||||
|
@ -1,7 +1,6 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const glob = require('glob')
|
||||
const IDLGen = require('./idl_gen.js')
|
||||
const IDLGen = require('./idl_gen.js');
|
||||
|
||||
let outputIDL = 'tkc.json';
|
||||
if(process.argv.length == 3) {
|
||||
@ -20,5 +19,4 @@ let sourcesPath = [
|
||||
path.normalize(path.join(__dirname, '../../src/debugger')),
|
||||
path.normalize(path.join(__dirname, '../../src/conf_io'))].join(';');
|
||||
|
||||
IDLGen.gen(sourcesPath, outputIDL)
|
||||
|
||||
IDLGen.gen(sourcesPath, outputIDL);
|
||||
|
Loading…
Reference in New Issue
Block a user