Make bitmap.{h,cpp} depend on their input files
Originally committed to SVN as r6874.
This commit is contained in:
parent
e4154b1ae0
commit
a75c8705bb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ SRC += \
|
|||
HEADER += \
|
||||
libresrc/libresrc.h
|
||||
|
||||
libresrc/bitmap.cpp libresrc/bitmap.h: ../tools/common-respack
|
||||
libresrc/bitmap.cpp libresrc/bitmap.h: ../tools/common-respack bitmaps/button/*
|
||||
../tools/common-respack bitmaps/manifest.respack libresrc/bitmap.cpp libresrc/bitmap.h
|
||||
|
||||
ifeq (yes, $(BUILD_DARWIN))
|
||||
|
|
Loading…
Reference in a new issue