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:
Diffstat (limited to 'msvc/scripts/genproj.cs')
-rwxr-xr-xmsvc/scripts/genproj.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/scripts/genproj.cs b/msvc/scripts/genproj.cs
index b4267636971..2e1056d0bcb 100755
--- a/msvc/scripts/genproj.cs
+++ b/msvc/scripts/genproj.cs
@@ -832,7 +832,7 @@ public class MsbuildGenerator {
var profilesFolder = Path.GetFullPath ("../../mcs/build/profiles");
SourcesParser.TraceLevel = 0;
- return _SourcesParser = new SourcesParser (platformsFolder, profilesFolder);
+ return _SourcesParser = new SourcesParser (platformsFolder, profilesFolder, null);
}
private ParseResult ReadSources (string sourcesFileName) {