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/Facades/System.IO
parent01cfd32f25f8cdd5a353cfa8d733f9a8e6f51b39 (diff)
Don't create any .mdb's for the PCL Facade Assemblies.
Diffstat (limited to 'mcs/class/Facades/System.IO')
-rw-r--r--mcs/class/Facades/System.IO/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/Facades/System.IO/Makefile b/mcs/class/Facades/System.IO/Makefile
index 4656fdd0cf1..a59d44828f9 100644
--- a/mcs/class/Facades/System.IO/Makefile
+++ b/mcs/class/Facades/System.IO/Makefile
@@ -8,6 +8,8 @@ LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)/Facades
LIBRARY = System.IO.dll
LIB_MCS_FLAGS = /r:System
+PLATFORM_DEBUG_FLAGS =
+
NO_TEST = yes
include ../../../build/library.make