Age | Commit message (Collapse) | Author |
|
to prevent adding certain things to the result and the sed script to remove everything that shouldn't be in the resulting nfo file but came out of the C preprocessor by a small-ish awk program. This means no more breaking if a C preprocessor decides to add more data to the processed file (like GCC's inclusion of stdc-predef.h when not passing -nostdinc). It furthermore more than halfs the time needed for the assemble step of the extra GRF compilation
|
|
|
|
GRF's source instead of a hardcoded gcc
-Fix: do not let gcc include files from the "standard C" include directories; newer gcc/libc seem to otherwise automatically include some header files at the top of the preprocessed nfo files which causes NFOrenum/GRFcodec to make invalid assumptions about the NFO version
|
|
GRFCodec determine the best compression
|
|
configure, including a version check so a proper error can be given when a too old grfcodec or nforenum is used
|
|
|
|
|
|
easier to handle/view. They also take less space in a checkout. Furthermore this requires a recent GRFCodec nightly with PNG support enabled.
|
|
converting them during compilation. Also fix misconverted sprite and some comments
|
|
maintainer-clean
|
|
|
|
code when an unknown command line option is given
|
|
possible)
|
|
decide on a single "format" for replacing stuff in-place
|
|
bit easier.
The (prebuilt) grf will still remain, so if you don't have NFORenum and GRFCodec it will still work.
|