> The compiler options passed in via the -D... command line args are > eaten by the compiler, they aren't passed through as key/values into > the compiled app code.
Oh! That would explain our confusion; thanks for the quick reply. In this case it had looked like a nice way to compile in some build information (timestamp/version/repository/etc.), but doing something file-based is certainly workable as well.
