scons DEBUG=true adds DEBUG to CPPDEFINES
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6497 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5837f4397b
commit
a81d5dfb49
4 changed files with 14 additions and 4 deletions
|
@ -372,7 +372,7 @@ void NSISCALL CleanUp()
|
|||
// Clean up after plug-ins
|
||||
myDelete(state_plugins_dir, DEL_DIR | DEL_RECURSE | DEL_REBOOT);
|
||||
#endif // NSIS_CONFIG_PLUGIN_SUPPORT
|
||||
#ifdef _DEBUG
|
||||
#ifdef DEBUG
|
||||
// GlobalFree(g_header); ?
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue