a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
15 lines
253 B
Makefile
15 lines
253 B
Makefile
thisdir = tools/resgen
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
PROGRAM = resgen.exe
|
|
|
|
CLEAN_FILES = resgen.exe
|
|
|
|
INSTALL_PROFILE := $(filter net_2_0 net_4_5, $(PROFILE))
|
|
ifndef INSTALL_PROFILE
|
|
NO_INSTALL = yes
|
|
endif
|
|
|
|
include ../../build/executable.make
|