[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / linker-analyzer / Makefile
1 thisdir = tools/linker-analyzer
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = linkeranalyzer.exe
6
7 LIB_REFS = System System.Xml
8 LOCAL_MCS_FLAGS =
9
10 include ../../build/executable.make