mirror of https://github.com/odrling/Aegisub
Remove the 'touch aegisub/posix/config.h' kludge which is no longer required.
Originally committed to SVN as r2632.
This commit is contained in:
parent
bf09c76081
commit
f9eb36ea67
|
@ -280,9 +280,6 @@ fi
|
|||
|
||||
|
||||
|
||||
# XXX: This is a kludge until I sort out the config/includes situation.
|
||||
touch ${srcdir}/aegisub/posix/config.h
|
||||
|
||||
echo "--- Converting BMP resource files -> XPM ---"
|
||||
# BMP -> XPM via src/res.rc
|
||||
cat ${srcdir}/aegisub/res.rc | ${BIN_AWK} -f ${srcdir}/scripts/unix-gen-xpm.awk BIN_CONVERT="$BIN_CONVERT" > ${srcdir}/aegisub/bitmaps/Makefile.bitmaps
|
||||
|
|
Loading…
Reference in New Issue