e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
17 lines
298 B
Makefile
17 lines
298 B
Makefile
thisdir = tools/resgen
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
PROGRAM = resgen.exe
|
|
|
|
CLEAN_FILES = resgen.exe
|
|
|
|
LIB_REFS = System System.Xml System.Core
|
|
|
|
INSTALL_PROFILE := $(filter $(DEFAULT_PROFILE), $(PROFILE))
|
|
ifndef INSTALL_PROFILE
|
|
NO_INSTALL = yes
|
|
endif
|
|
|
|
include ../../build/executable.make
|