New test.
[mono.git] / mcs / tools / gacutil / Makefile
1 thisdir = tools/gacutil
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:Mono.Security.dll 
6
7 ifeq (net_1_1_bootstrap, $(PROFILE))
8 PROGRAM = $(topdir)/class/lib/$(PROFILE)/gacutil.exe
9 else
10 PROGRAM = gacutil.exe
11 endif
12
13 include ../../build/executable.make