[svn] r6251: nemerle/trunk/tools/msbuild-task/MSBuildTask.n
nazgul
svnadmin at nemerle.org
Mon May 8 20:05:27 CEST 2006
Log:
Compile whole MSBuild task on mono
Author: nazgul
Date: Mon May 8 20:05:26 2006
New Revision: 6251
Modified:
nemerle/trunk/tools/msbuild-task/MSBuildTask.n
Modified: nemerle/trunk/tools/msbuild-task/MSBuildTask.n
==============================================================================
--- nemerle/trunk/tools/msbuild-task/MSBuildTask.n (original)
+++ nemerle/trunk/tools/msbuild-task/MSBuildTask.n Mon May 8 20:05:26 2006
@@ -90,7 +90,7 @@
}
}
-#if !RUNTIME_MONO
+
protected override LogEventsFromTextOutput(singleLine : string, messageImportance : MessageImportance) : void
{
def get_location (before) {
@@ -121,7 +121,7 @@
}
else _ = Log.LogMessageFromText(singleLine, messageImportance);
}
-#endif
+
protected override GetResponseFileSwitch(responseFilePath : string) : string
{
"/from-file:\"" + responseFilePath + "\"";
More information about the svn
mailing list