Can I Force nforenum to use Info 32?
Posted: 26 Jun 2012 19:17
I am coding the BMSS GRF
and I've set it up with the newgrf-makefile framework. I've been considering converting all the real sprites to version 32 to prepare the way for expanding the graphics in the future. But I've discovered nforenum defaults to Info version 7 and I cannot find a way to change that.
For those that are not familiar with the makefile framework, it uses a C preprocessor to combine all my separate partial nfo files into one big file to be processed by nforenum. In the midst of that process, it adds comments at the beginning of the file which foiled my attempt to put the "// Automatically generated..." lines at the top of my header file.
So, is there an undocumented switch to tell nforenum that the input file is a particular version -- without resorting to a script that prepends the version lines?
Thanks.

For those that are not familiar with the makefile framework, it uses a C preprocessor to combine all my separate partial nfo files into one big file to be processed by nforenum. In the midst of that process, it adds comments at the beginning of the file which foiled my attempt to put the "// Automatically generated..." lines at the top of my header file.
So, is there an undocumented switch to tell nforenum that the input file is a particular version -- without resorting to a script that prepends the version lines?
Thanks.