11 lines
178 B
Makefile
11 lines
178 B
Makefile
thisdir = tools/gacutil
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIB_REFS = Mono.Security
|
|
LOCAL_MCS_FLAGS = -unsafe
|
|
|
|
PROGRAM = gacutil.exe
|
|
|
|
include ../../build/executable.make
|