moved most of config.h into SConstruct
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4237 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
86ccf99b80
commit
d736ad8ce6
4 changed files with 19 additions and 225 deletions
|
@ -50,6 +50,7 @@ Import('env compression solid_compression')
|
|||
|
||||
env.Append(CPPDEFINES = ['EXEHEAD'])
|
||||
env.Append(CPPDEFINES = ['WIN32_LEAN_AND_MEAN'])
|
||||
env.Append(CPPDEFINES = env['NSIS_CPPDEFINES'])
|
||||
|
||||
if compression == 'bzip2':
|
||||
env.Append(CPPDEFINES = ['NSIS_COMPRESS_USE_BZIP2'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue