11 lines
192 B
Makefile
11 lines
192 B
Makefile
|
thisdir = tools/mdb-rebase
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
PROGRAM = mdbrebase.exe
|
||
|
|
||
|
LOCAL_MCS_FLAGS = /r:Mono.CompilerServices.SymbolWriter.dll
|
||
|
|
||
|
|
||
|
include ../../build/executable.make
|