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:
authorMarek Safar <marek.safar@gmail.com>2009-08-06 19:22:24 +0400
committerMarek Safar <marek.safar@gmail.com>2009-08-06 19:22:24 +0400
commit11d747479fe2e6dd713154b17db686cc43589240 (patch)
tree6f867ad0864911dc717d13dfc49a358d4b47e5a2 /mcs/class/System.Dynamic
parentfad030361f64c86511bff0353f468d3fd11444fc (diff)
Updated
svn path=/trunk/mcs/; revision=139504
Diffstat (limited to 'mcs/class/System.Dynamic')
-rw-r--r--mcs/class/System.Dynamic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Dynamic/Makefile b/mcs/class/System.Dynamic/Makefile
index 7b0988bde21..19c8566f368 100644
--- a/mcs/class/System.Dynamic/Makefile
+++ b/mcs/class/System.Dynamic/Makefile
@@ -4,7 +4,7 @@ include ../../build/rules.make
LIBRARY = System.Dynamic.dll
-LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -d:MICROSOFT_DYNAMIC -r:System.Core.dll -r:System.dll
+LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -d:CLR2 -r:System.Core.dll -r:System.dll
include ../../build/library.make