NSIS/Contrib/ExDLL
2008-12-12 17:07:10 +00:00
..
exdll.c Added another parameter to plug-in functions. This parameter is a structure with pointers to exec_flags and ExecuteCodeSegment. This is backward compatible with older plug-ins because plug-in functions use the __cdecl calling convention which means NSIS clears the stack. 2004-10-23 17:43:08 +00:00
exdll.dpr Applied patch #838864 - some more optimizations 2003-11-16 22:38:14 +00:00
exdll.dsp avoid corruption messages 2008-03-07 08:57:49 +00:00
exdll.dsw avoid corruption messages 2008-03-07 08:57:49 +00:00
exdll.h use plugin.h and try to force plugin.lib for backward compatibility 2008-12-12 17:07:10 +00:00
exdll_with_unit.dpr Applied patch #838864 - some more optimizations 2003-11-16 22:38:14 +00:00
extdll.inc New MASM32 header for NSIS plug-ins 2003-08-07 15:25:39 +00:00
nsis.pas Applied patch #838864 - some more optimizations 2003-11-16 22:38:14 +00:00
plugin.c - create plugin.lib that contains all 2008-12-12 16:33:25 +00:00
plugin.h - create plugin.lib that contains all 2008-12-12 16:33:25 +00:00
SConscript update CPPPATH (include directory) as well so plug-ins can find everything 2008-12-12 16:46:55 +00:00