mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
This commit is contained in:
parent
edb68c2629
commit
c2ef2f3883
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ namespace Cosmos.Build.Builder {
|
||||||
void CompileXSharpSource() {
|
void CompileXSharpSource() {
|
||||||
Section("Compiling X# Sources");
|
Section("Compiling X# Sources");
|
||||||
|
|
||||||
|
// XSC can do all files in path, but we do it on our own currently for better status updates.
|
||||||
|
// When we get xsproj files we can build directly.
|
||||||
var xFiles = Directory.GetFiles(mCosmosPath + @"source2\Compiler\Cosmos.Compiler.DebugStub\", "*.xs");
|
var xFiles = Directory.GetFiles(mCosmosPath + @"source2\Compiler\Cosmos.Compiler.DebugStub\", "*.xs");
|
||||||
foreach (var xFile in xFiles) {
|
foreach (var xFile in xFiles) {
|
||||||
Echo("Compiling " + Path.GetFileName(xFile));
|
Echo("Compiling " + Path.GetFileName(xFile));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue