2014-08-13 10:39:27 +01:00
|
|
|
thisdir = tools/linker
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
RESOURCES = \
|
|
|
|
Descriptors/mscorlib.xml \
|
|
|
|
Descriptors/System.xml \
|
|
|
|
Descriptors/System.Core.xml \
|
|
|
|
Descriptors/System.Drawing.xml \
|
|
|
|
Descriptors/System.Web.xml \
|
|
|
|
Descriptors/Mono.Posix.xml \
|
|
|
|
|
|
|
|
PROGRAM = monolinker.exe
|
|
|
|
|
|
|
|
$(PROGRAM): $(RESOURCES)
|
|
|
|
|
2016-08-03 10:59:49 +00:00
|
|
|
LIB_REFS = System System.Core System.Xml Mono.Cecil
|
|
|
|
LOCAL_MCS_FLAGS = $(RESOURCES:%=-resource:%)
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
EXTRA_DISTFILES = $(RESOURCES)
|
|
|
|
|
|
|
|
include ../../build/executable.make
|