there will be only one version (that can generate two different types of installers)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6342 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
33aa6d2ecd
commit
4ce053e411
1 changed files with 0 additions and 5 deletions
|
@ -266,11 +266,6 @@ if (not defenv.has_key('TARGET_ARCH')) or defenv['TARGET_ARCH'] == 'x86':
|
|||
vermaj = 0
|
||||
if defenv.has_key('VER_MAJOR'):
|
||||
vermaj = int(defenv['VER_MAJOR'])
|
||||
if defenv['UNICODE']:
|
||||
if vermaj < 3:
|
||||
defenv['VERSION'] += "-Unicode"
|
||||
elif vermaj >= 3:
|
||||
defenv['VERSION'] += "-Ansi"
|
||||
|
||||
f.write('#define NSIS_VERSION _T("v%s")\n' % defenv['VERSION'])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue