Skip to content
⌘ NSIS Forum Archive

PreCompiler Output

4 posts

Zinthose#

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.
Animaether#
nope
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
Zinthose#edited
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!