6bdd276d05
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
11 lines
226 B
Makefile
11 lines
226 B
Makefile
thisdir = tools/gacutil
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIB_REFS = System Mono.Security System.Security
|
|
LOCAL_MCS_FLAGS = -unsafe -define:NO_SYMBOL_WRITER
|
|
|
|
PROGRAM = gacutil.exe
|
|
|
|
include ../../build/executable.make
|