[sgen] Scan pinned objects in nursery as part of concurrent mark
[mono.git] / mcs / tools / mdbrebase / Makefile
1 thisdir = tools/mdb-rebase
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = mdbrebase.exe
6
7 LOCAL_MCS_FLAGS = /r:Mono.CompilerServices.SymbolWriter.dll /r:System.dll
8
9
10 include ../../build/executable.make