Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-05-19 18:55:32 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-05-19 18:55:32 +0300
commit869ca554f0b2eb518892496ec470170bf1ffe3ca (patch)
treea2afe44edf1feef09caa53a146c4b046b1a2c117 /msvc/scripts/genproj.cs
parentdb86e3a3e46cc72e1a5484bbd2b0639402b9f6f6 (diff)
[genproj] Fix the Makefile THISDIR location, so MSBuild can work with nunit.core
Diffstat (limited to 'msvc/scripts/genproj.cs')
-rw-r--r--msvc/scripts/genproj.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/scripts/genproj.cs b/msvc/scripts/genproj.cs
index fc35363d270..41c48ebfbfa 100644
--- a/msvc/scripts/genproj.cs
+++ b/msvc/scripts/genproj.cs
@@ -996,7 +996,7 @@ class MsbuildGenerator {
var ljoined = String.Join (", ", libs);
Console.WriteLine ($"{library_output}: did not find referenced {dllReferenceName} with libs={ljoined}");
foreach (var p in projects) {
- // Console.WriteLine ("{0}", p.Value.AbsoluteLibraryOutput);
+ Console.WriteLine ("{0}", p.Value.AbsoluteLibraryOutput);
}
return null;
}