From: H. P. A. <hp...@zy...> - 2008-05-30 06:08:45
|
I just discovered something very disturbing... To use macros in filenames, one has to do: %define Foo foo.inc %include "Foo" ... as opposed to the saner ... %define Foo "foo.inc" %include Foo Does anyone think this is anything other than a bug that should be fixed? I have a specific reason: I wanted to create directives to do path search and to inject dependency information. Basically, it can be used to redefine incbin as a macro which also produce dependency information. -hpa |