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:
kichik 2005-05-12 16:27:35 +00:00
parent 0b5ea752a9
commit f85a88852c
7 changed files with 16 additions and 14 deletions

View file

@ -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'])