NSIS/Contrib/ExDLL
anders_k 7cc150c464 MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins.
The official plugins are now stored in architecture specific subdirectories under NSIS\Plugins. !AddPluginDir also gained a new (optional) architecture flag because MakeNSIS now stores separate plugin information for each target architecture. Storing plugins in the root of the Plugins directory is no longer supported.

MinGW does not implement the unicode CRT startup functions so the entry point functions and linker parameters had to be changed. The unicode tools use the ansi entry point and a small helper function that calls into the real code: _tmain has full argc+argv emulation while wWinMain does not pass the command line parameters. The stubs do not use any CRT functions and have no CRT or unicode helper code, they call our entry point directly.



git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6269 212acab6-be3b-0410-9dea-997c60f758d6
2012-10-13 01:47:50 +00:00
..
exdll-vs2008.sln pointing to wrong vcproj 2010-02-06 12:57:23 +00:00
exdll-vs2008.vcproj Fixed bug #2994202 - ExDll vcproj defines VC90 CRT dependency 2010-04-30 18:42:55 +00:00
exdll.c MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
exdll.dpr Applied patch #838864 - some more optimizations 2003-11-16 22:38:14 +00:00
exdll.dsp fix for new paths 2009-02-04 21:29:38 +00:00
exdll.dsw avoid corruption messages 2008-03-07 08:57:49 +00:00
exdll.h Install the pluginapi stuff in a subdirectory. 2009-02-04 14:08:31 +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 Added some plugincallback api stuff and fixed spelling 2010-05-06 19:24:34 +00:00
nsis_tchar.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
pluginapi.c _countof and swprintf fixes for VC6 2010-03-30 17:50:08 +00:00
pluginapi.h Jim Park's Unicode NSIS merging - Step 4 : merging more TCHAR stuff that shouldn't have any impact 2010-03-29 14:24:47 +00:00
SConscript MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00