forked from mia/Aegisub
Make default_config.h/cpp depend on the json files packed into it
Originally committed to SVN as r6296.
This commit is contained in:
parent
72c9bdeebf
commit
3c6e28ec2e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ HEADER += \
|
|||
libresrc/bitmap.cpp libresrc/bitmap.h: ../tools/common-respack
|
||||
../tools/common-respack bitmaps/manifest.respack libresrc/bitmap.cpp libresrc/bitmap.h
|
||||
|
||||
libresrc/default_config.cpp libresrc/default_config.h: ../tools/common-respack
|
||||
libresrc/default_config.cpp libresrc/default_config.h: ../tools/common-respack libresrc/*.json
|
||||
../tools/common-respack libresrc/manifest.respack libresrc/default_config.cpp libresrc/default_config.h
|
||||
|
||||
CLEANFILES += \
|
||||
|
|
Loading…
Reference in a new issue