made NSIS_VERSION a define set by the scons script
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4024 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0b5ea752a9
commit
f85a88852c
7 changed files with 16 additions and 14 deletions
|
@ -72,7 +72,11 @@ conf.Finish()
|
|||
#env['PCH'] = env.PCH(pch)[0]
|
||||
#env['PCHSTOP'] = pch
|
||||
|
||||
##### Compile LZMA
|
||||
##### Defines
|
||||
|
||||
env.Append(CPPDEFINES = ['NSIS_VERSION=v$NSIS_VERSION'])
|
||||
|
||||
##### LZMA specific defines
|
||||
|
||||
lzma_env = env.Copy()
|
||||
lzma_env.Append(CPPDEFINES = ['COMPRESS_MF_BT'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue