This commit is contained in:
kudzu_cp 2012-07-12 20:48:43 +00:00
parent edb68c2629
commit c2ef2f3883

View file

@ -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));