e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
14 lines
241 B
Makefile
14 lines
241 B
Makefile
thisdir = tools/pdb2mdb
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
PROGRAM = pdb2mdb.exe
|
|
|
|
LOCAL_MCS_FLAGS =
|
|
LIB_REFS = Mono.Cecil Mono.CompilerServices.SymbolWriter System.Core
|
|
|
|
|
|
EXTRA_DISTFILES = LICENSE
|
|
|
|
include ../../build/executable.make
|