File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 7
7
"--v8version" : " 8.3.9.2033"
8
8
},
9
9
"xunit" : {
10
- "inputPath" : " ./tests/ " ,
10
+ "inputPath" : " ./tests" ,
11
11
"--reportxunit" : " ./build/xunit.xml"
12
12
},
13
13
"vanessa" : {
14
14
"--vanessasettings" : " ./build/out/tools/.vb-conf.json" ,
15
- "--workspace" : " ./build/out/ " ,
15
+ "--workspace" : " ./build/out" ,
16
16
"--pathvanessa" : " d:/git/vanessa/build/out/epf/vanessa-behavior.epf" ,
17
17
"--additional" : " /DisplayAllFunctions /L uk"
18
18
},
31
31
// "-AllExtensions" : true
32
32
},
33
33
"compile" : {
34
- "inputPath" : " ./cf" ,
35
- "outputPath" : " ./build/1Cv8.cf"
36
- },
37
- "compilecurrent" : {
38
- "inputPath" : " ./cf"
34
+ "--src" : " ./cf" ,
35
+ "--out" : " ./build/1Cv8.cf"
39
36
},
40
37
"decompile" : {
41
- "inputPath" : " ./build/1Cv8.cf" ,
42
- "outputPath" : " ./cf"
43
- },
44
- "decompilecurrent" : {
45
- "outputPath" : " ./build/1Cv8.cf"
38
+ "--in" : " ./build/1Cv8.cf" ,
39
+ "--out" : " ./cf"
46
40
},
47
41
"compileepf" : {
48
42
"--ibconnection" : " /F./build/ibservice" ,
49
- "inputPath" : " ./epf/ " ,
43
+ "inputPath" : " ./epf" ,
50
44
"outputPath" : " ./build/out/epf"
51
45
},
52
46
"decompileepf" : {
53
47
"--ibconnection" : " /F./build/ibservice" ,
54
48
"inputPath" : " ./build/out/epf" ,
55
- "outputPath" : " ./epf/ "
49
+ "outputPath" : " ./epf"
56
50
},
57
51
"updatedb" : {
58
52
"--ibconnection" : " /F./build/ib" ,
You can’t perform that action at this time.
0 commit comments