NSIS/Contrib/ExDLL
kichik eceb3ce333 - create plugin.lib that contains all
- distribute plugin.h, api.h and plugin.lib
- remove inc_c stuff because we don't really want to install win32 header files as something that can be used on linux (this should be revisited later)
- fix up MakeFileList for newer versions of SCons (should be removed in the future)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5826 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 16:33:25 +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 api.h in exdll.h (part of patch #2359978) 2008-12-09 22:54:32 +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 - create plugin.lib that contains all 2008-12-12 16:33:25 +00:00