[gacutil] Use IKVM.Reflection instead of System.Reflection (#3582)
[mono.git] / mcs / tools / gacutil / Makefile
index 330545cae82068e55cfb0f81b6a77fa0c574d9f5..ff66d61364ca057147d7539772b5b7286c5628ea 100644 (file)
@@ -2,12 +2,9 @@ thisdir = tools/gacutil
 SUBDIRS = 
 include ../../build/rules.make
 
-LOCAL_MCS_FLAGS = -r:Mono.Security.dll 
+LIB_REFS = System Mono.Security System.Security
+LOCAL_MCS_FLAGS = -unsafe -define:NO_SYMBOL_WRITER
 
-ifeq (net_1_1_bootstrap, $(PROFILE))
-PROGRAM = $(topdir)/class/lib/$(PROFILE)/gacutil.exe
-else
 PROGRAM = gacutil.exe
-endif
 
 include ../../build/executable.make