mirror of https://github.com/odrling/Aegisub
Hook up default_path.json to the build
Originally committed to SVN as r4491.
This commit is contained in:
parent
f497144525
commit
461616a47f
|
@ -10,7 +10,11 @@ bitmap.cpp: ../../tools/common-respack
|
|||
../../tools/common-respack bitmap.cpp ../bitmaps/16 ../bitmaps/24 ../bitmaps/misc/splash.png ../bitmaps/misc/wxicon.png
|
||||
|
||||
default_config.cpp: ../../tools/common-respack *.json
|
||||
../../tools/common-respack default_config.cpp ./default_mru.json ./default_config.json
|
||||
../../tools/common-respack \
|
||||
default_config.cpp \
|
||||
./default_mru.json \
|
||||
./default_config.json \
|
||||
./default_path.json
|
||||
|
||||
EXTRA_DIST = *.json
|
||||
|
||||
|
|
Loading…
Reference in New Issue