pass NSIS_CONFIG_LOG_ODS to script
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4509 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a94a7b67e3
commit
cfec122ba1
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@ CEXEBuild::CEXEBuild() :
|
|||
#ifdef NSIS_CONFIG_LOG
|
||||
definedlist.add("NSIS_CONFIG_LOG");
|
||||
#endif
|
||||
#ifdef NSIS_CONFIG_LOG_ODS
|
||||
definedlist.add("NSIS_CONFIG_LOG_ODS");
|
||||
#endif
|
||||
#ifdef NSIS_CONFIG_PLUGIN_SUPPORT
|
||||
definedlist.add("NSIS_CONFIG_PLUGIN_SUPPORT");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue