NSIS/Source
anders_k 9540aa5d5c Fix stupid C&P error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6155 212acab6-be3b-0410-9dea-997c60f758d6
2011-06-15 22:57:32 +00:00
..
7zip 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
boost Imported and modified some sources from Boost (http://www.boost.org) 2004-10-15 03:40:07 +00:00
bzip2 Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
exehead Switch param type to LPCTSTR 2010-09-24 18:43:04 +00:00
Tests Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
zlib #2995455: Make NSIS embedded inflate function compatible with zlib 2010-05-10 17:44:52 +00:00
afxres.h happy new year! 2009-02-01 14:44:30 +00:00
build.cpp Allow multiple !finalize commands 2011-06-09 20:05:18 +00:00
build.h Allow multiple !finalize commands 2011-06-09 20:05:18 +00:00
cbzip2.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
clzma.cpp _countof and swprintf fixes for VC6 2010-03-30 17:50:08 +00:00
clzma.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
compressor.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
crc32.c Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
crc32.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
czlib.h Jim Park's Unicode NSIS merging - Step 2 : merge TCHARs changes into trunk 2010-03-26 17:18:17 +00:00
DialogTemplate.cpp Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00
DialogTemplate.h Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00
dirreader.cpp 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
dirreader.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
fileform.cpp #1753070: Enable that makensis and its related utilities can be built natively for 64-bit systems 2010-03-27 19:20:16 +00:00
fileform.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
growbuf.cpp Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
growbuf.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
icon.cpp more simple TCHARs fixes 2010-04-12 16:00:17 +00:00
icon.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
lang.cpp minor change (added "const") 2010-07-06 21:47:29 +00:00
lang.h Some TCHAR fixes, linker flag for Unicode, and cosmetic touch without real changes 2010-04-14 10:15:40 +00:00
lineparse.cpp VC6 unicode fixes, NSISException still broken 2010-05-04 22:28:53 +00:00
lineparse.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
makenssi.cpp Win32 only 2010-11-15 15:40:13 +00:00
manifest.cpp 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
manifest.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
mmap.cpp added MSVS_VERSION option to scons command-line to specify which compiler to use 2010-07-04 00:07:59 +00:00
mmap.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
Platform.h Fix stupid C&P error 2011-06-15 22:57:32 +00:00
Plugins.cpp Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00
Plugins.h Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00
ResourceEditor.cpp Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
ResourceEditor.h more simple TCHARs fixes 2010-04-12 16:00:17 +00:00
ResourceVersionInfo.cpp Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
ResourceVersionInfo.h Additional error checking by Jim Park. 2010-04-15 12:11:06 +00:00
SConscript Fixes for MinGW (substart and system.dll still broken) 2011-06-15 22:48:02 +00:00
script.cpp Allow multiple !finalize commands 2011-06-09 20:05:18 +00:00
ShConstants.cpp Some TCHAR fixes, linker flag for Unicode, and cosmetic touch without real changes 2010-04-14 10:15:40 +00:00
ShConstants.h Just renaming some class members and adding Jim Park's comments 2010-04-13 15:19:12 +00:00
strlist.cpp Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00
strlist.h Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00
tchar.h VC6 unicode fixes, NSISException still broken 2010-05-04 22:28:53 +00:00
tokens.cpp #1977885: adding !finalize preprocessor commands for post-build execution 2010-06-16 14:10:41 +00:00
tokens.h #1977885: adding !finalize preprocessor commands for post-build execution 2010-06-16 14:10:41 +00:00
tstring.cpp Unicode port: Generate Unicode LangStrings even if source was an ANSI file 2010-05-28 13:10:16 +00:00
tstring.h Unicode port: Generate Unicode LangStrings even if source was an ANSI file 2010-05-28 13:27:30 +00:00
uservars.h Additional error checking by Jim Park. 2010-04-15 12:11:06 +00:00
util.cpp VC6 unicode fixes, NSISException still broken 2010-05-04 22:28:53 +00:00
util.h VC6 unicode fixes, NSISException still broken 2010-05-04 22:28:53 +00:00
validateunicode.cpp Unicode: Improved UTF8 detection, less verbose 2010-04-20 15:29:55 +00:00
validateunicode.h Unicode: Improved UTF8 detection, less verbose 2010-04-20 15:29:55 +00:00
winchar.cpp Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
winchar.h Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
writer.cpp Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00
writer.h Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00