[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / tools / resgen / Makefile
1 thisdir = tools/resgen
2 SUBDIRS =
3 include ../../build/rules.make
4
5 PROGRAM = resgen.exe
6
7 CLEAN_FILES = resgen.exe
8
9 LIB_REFS = System System.Xml System.Core
10
11 INSTALL_PROFILE := $(filter $(DEFAULT_PROFILE), $(PROFILE))
12 ifndef INSTALL_PROFILE
13 NO_INSTALL = yes
14 endif
15
16 include ../../build/executable.make