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:
authorAtsushi Eno <atsushieno@gmail.com>2010-02-19 18:52:21 +0300
committerAtsushi Eno <atsushieno@gmail.com>2010-02-19 18:52:21 +0300
commitc734797c3e7a4917615bc784c2c5e799d1042028 (patch)
tree9789f0c515a54f0c3190c0938ce2c30bee67e095 /mcs/class/System.ServiceModel/Makefile
parent31bf347901a35d039c2ff66888ff523ae92e6a3b (diff)
2010-02-19 Astushi Enomoto <atsushi@ximian.com>
* Makefile: enable USE_DATA_CONTRACT_IMPORTER as memorabilia.hardrock now works. (Will be removed when I remove relevant code.) svn path=/trunk/mcs/; revision=152080
Diffstat (limited to 'mcs/class/System.ServiceModel/Makefile')
-rwxr-xr-xmcs/class/System.ServiceModel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.ServiceModel/Makefile b/mcs/class/System.ServiceModel/Makefile
index 88a4aff090f..a090d8cc0da 100755
--- a/mcs/class/System.ServiceModel/Makefile
+++ b/mcs/class/System.ServiceModel/Makefile
@@ -8,6 +8,7 @@ RESOURCE_FILES = \
LIBRARY = System.ServiceModel.dll
LIB_MCS_FLAGS = \
+ /d:USE_DATA_CONTRACT_IMPORTER \
/nowarn:414,169,67,3005,436,219,618 \
/unsafe \
/r:System.dll \