This commit is contained in:
parent
f88d8cedf8
commit
cdc8426ca8
|
@ -18,7 +18,7 @@ namespace NewLife.Reflection
|
||||||
var build = new Builder();
|
var build = new Builder();
|
||||||
build.Init();
|
build.Init();
|
||||||
build.Cortex = 3;
|
build.Cortex = 3;
|
||||||
build.Output = "F1";
|
//build.Output = "F1";
|
||||||
build.AddIncludes("..\\Core");
|
build.AddIncludes("..\\Core");
|
||||||
build.AddIncludes("..\\Kernel");
|
build.AddIncludes("..\\Kernel");
|
||||||
build.AddIncludes("..\\Device");
|
build.AddIncludes("..\\Device");
|
||||||
|
|
Loading…
Reference in New Issue