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:
authorMartin Baulig <martin.baulig@xamarin.com>2013-07-03 01:10:28 +0400
committerMartin Baulig <martin.baulig@xamarin.com>2013-07-03 01:11:16 +0400
commit1c4db5e0dd5dfd2ffedddf9308065fe78016414a (patch)
tree1e4996c7adfb1bebdf186d642339d9a4def7fc37 /mcs/class/System.Windows
parent01cfd32f25f8cdd5a353cfa8d733f9a8e6f51b39 (diff)
Don't create any .mdb's for the PCL Facade Assemblies.
Diffstat (limited to 'mcs/class/System.Windows')
-rw-r--r--mcs/class/System.Windows/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Windows/Makefile b/mcs/class/System.Windows/Makefile
index 3ace126f2b3..ebbccadf212 100644
--- a/mcs/class/System.Windows/Makefile
+++ b/mcs/class/System.Windows/Makefile
@@ -5,6 +5,8 @@ include ../../build/rules.make
LIBRARY = System.Windows.dll
LIB_MCS_FLAGS = /r:System
+PLATFORM_DEBUG_FLAGS =
+
NO_TEST = yes
include ../../build/library.make