Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2010-10-05 18:46:50 +0400
committerJb Evain <jbevain@gmail.com>2010-10-05 18:46:50 +0400
commitd99e011b1f8eaecd12382cc7937a52fe5e4fec83 (patch)
tree5229d2325f7c9a264b7e0297826993355ab67b32
parente37638b02eef811b0eb2ade32169d00cdfcb3e31 (diff)
define NET_3_5 for Cecil
-rw-r--r--Mono.Addins.CecilReflector/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mono.Addins.CecilReflector/Makefile.am b/Mono.Addins.CecilReflector/Makefile.am
index f86d9f6..1a407cd 100644
--- a/Mono.Addins.CecilReflector/Makefile.am
+++ b/Mono.Addins.CecilReflector/Makefile.am
@@ -1,7 +1,7 @@
KEY_FILE=$(top_srcdir)/mono-addins.snk
ASSEMBLY_COMPILER_COMMAND = @MCS@
-ASSEMBLY_COMPILER_FLAGS = -keyfile:$(KEY_FILE) -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG
+ASSEMBLY_COMPILER_FLAGS = -keyfile:$(KEY_FILE) -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG -d:NET_3_5
ASSEMBLY = ../bin/Mono.Addins.CecilReflector.dll
ASSEMBLY_NAME=Mono.Addins.CecilReflector
COMPILE_TARGET = library
@@ -148,7 +148,7 @@ EXTRAS =
REFERENCES = \
-r:../bin/Mono.Addins.dll \
- -r:System
+ -r:System.Core
DLL_REFERENCES =