2014-08-13 10:39:27 +01:00
|
|
|
thisdir = tools/resgen
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
PROGRAM = resgen.exe
|
|
|
|
|
|
|
|
CLEAN_FILES = resgen.exe
|
|
|
|
|
2017-06-07 13:16:24 +00:00
|
|
|
LIB_REFS = System System.Xml System.Core System.Drawing
|
|
|
|
LOCAL_MCS_FLAGS = -unsafe
|
2016-08-03 10:59:49 +00:00
|
|
|
|
2016-02-22 11:00:01 -05:00
|
|
|
INSTALL_PROFILE := $(filter $(DEFAULT_PROFILE), $(PROFILE))
|
2014-08-13 10:39:27 +01:00
|
|
|
ifndef INSTALL_PROFILE
|
|
|
|
NO_INSTALL = yes
|
|
|
|
endif
|
|
|
|
|
|
|
|
include ../../build/executable.make
|