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:
parent
a5a5d83cbd
commit
0a62def9bd
1 changed files with 8 additions and 0 deletions
|
@ -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=# $< > $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue