[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / gacutil / Makefile
1 thisdir = tools/gacutil
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIB_REFS = Mono.Security
6 LOCAL_MCS_FLAGS = -unsafe
7
8 PROGRAM = gacutil.exe
9
10 include ../../build/executable.make