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:
kichik 2006-01-27 17:51:57 +00:00
parent a94a7b67e3
commit cfec122ba1

View file

@ -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