[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / linker / Makefile
1 thisdir = tools/linker
2 SUBDIRS =
3 include ../../build/rules.make
4
5 RESOURCES = \
6         Descriptors/mscorlib.xml        \
7         Descriptors/System.xml          \
8         Descriptors/System.Core.xml             \
9         Descriptors/System.Drawing.xml  \
10         Descriptors/System.Web.xml              \
11         Descriptors/Mono.Posix.xml              \
12
13 PROGRAM = monolinker.exe
14
15 $(PROGRAM): $(RESOURCES)
16
17 LIB_REFS = System System.Core System.Xml Mono.Cecil
18 LOCAL_MCS_FLAGS = $(RESOURCES:%=-resource:%)
19
20 EXTRA_DISTFILES = $(RESOURCES)
21
22 include ../../build/executable.make