Archive: Samples MakeNSIS


Samples MakeNSIS
HI all

In makensis.nsi exist a line like
!ifdef VER_MAJOR& VER_MINOR & VER_REVISION & VER_BUILD

Where are defined VER_MAJOR,VER_MINOR,VER_REVISION,VER_BUILD??

TIA


In the build system. Look for `installer_target` in SConstruct.


8-(
Be more explicit please, i have only a couple o months with NSIS
Kindly


Download the source code package of NSIS, open the SConstruct file and search for `installer_target`. You'll see exactly where those come from and how they're passed to the script.


:-D
Thanks