mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
py-mod.mk, qt-rules.mk, yapp.mk: Add HDRDIR_SCOPE_SUFFIX to ytools include files
Change ytools header location from #include <header.h> to #include <ytools/header.h>. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
abb9cf754a
commit
0e5a2ef46e
3 changed files with 5 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ clean.yapp:
|
|||
main.cpp: $(YAPP_CLASS_H)
|
||||
echo "#include \"$<\"" > $@.tmp
|
||||
if [ "$(YAPP_NAMESPACE)" ]; then echo "using namespace $(YAPP_NAMESPACE);" >> $@.tmp; fi
|
||||
echo "#include <YAppRunner.h>" >> $@.tmp
|
||||
echo "#include <ytools/YAppRunner.h>" >> $@.tmp
|
||||
echo "yapp_main($(YAPP_CLASS))" >> $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue