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-10-23 21:13:42 +0400
committerMarek Safar <marek.safar@gmail.com>2009-10-23 21:13:42 +0400
commit329b89b956eb2127efd1df6e7d5b71834a258153 (patch)
treee4d25a6da9eb8da9983f7382110d7c35a3ba308c /mcs/class/System.Dynamic
parent29ea371d66e6d3c251b3fe724c9a5faadd83ec20 (diff)
Removed CLR2
svn path=/trunk/mcs/; revision=144748
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 19c8566f368..7327e2adccf 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:CLR2 -r:System.Core.dll -r:System.dll
+LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -r:System.Core.dll -r:System.dll
include ../../build/library.make