Archive: PreCompiler Output


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.


nope
http://forums.winamp.com/showthread.php?t=318685


Not really, because there is no "preprocessor pass".
The compilation is done in one pass.


Aight,

I'll see if I can make my own parser or even modify the MakeNSIS source as the Expand macros (flatten code) post suggested.

Thanks fellas!