1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dthello: build the resource file Dthello

This commit is contained in:
Jon Trulson 2019-11-24 17:01:57 -07:00
parent a5a5d83cbd
commit 0a62def9bd

View file

@ -13,3 +13,11 @@ dthello_LDADD += $(TIRPCLIB)
endif
dthello_SOURCES = dthello.c
CPP_TARGETS = Dthello
BUILT_SOURCES = $(CPP_TARGETS)
CLEANFILES = $(CPP_TARGETS)
Dthello: Dthello.src
$(RM) $@
$(GENCPP) -P -DXCOMM=# $< > $@