
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.