PreCompiler Output
Is there an option for makensis to only run the precompiler on a source file so I can see what the precompiler is doing to the source before it is compiled?
It would be nice to see what all my macros, includes, and defines are doing to the source so I can potentially add some optimizations or fix bugs.