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/Makefile')
-rw-r--r--msvc/scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/scripts/Makefile b/msvc/scripts/Makefile
index c7775e9ea84..5e5cf5a9f15 100644
--- a/msvc/scripts/Makefile
+++ b/msvc/scripts/Makefile
@@ -2,7 +2,7 @@ all: genproj.exe prepare.exe
mono --debug genproj.exe
genproj.exe: genproj.cs
- mcs -g genproj.cs -r:System.Xml.Linq
+ mcs -debug:portable -g genproj.cs -r:System.Xml.Linq
prepare.exe: prepare.cs
mcs prepare.cs