mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 05:48:37 +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() {
|
||||
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");
|
||||
foreach (var xFile in xFiles) {
|
||||
Echo("Compiling " + Path.GetFileName(xFile));
|
||||
|
|
|
|||
Loading…
Reference in a new issue