Unicode is the now default for i386
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7212 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5be44d619b
commit
d18c26eea5
2 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,19 @@
|
||||||
\A{history} Changelog and Release Notes
|
\A{history} Changelog and Release Notes
|
||||||
|
|
||||||
|
\H{v3.07} 3.07
|
||||||
|
|
||||||
|
Released on ??? ??th, 20??
|
||||||
|
|
||||||
|
\S1{v3.07-rl} Release Notes
|
||||||
|
|
||||||
|
Unicode is the now default.
|
||||||
|
|
||||||
|
\S1{v3.07-cl} Changelog
|
||||||
|
|
||||||
|
\S2{} Major Changes
|
||||||
|
|
||||||
|
\b Unicode is the now default
|
||||||
|
|
||||||
\H{v3.06.1} 3.06.1
|
\H{v3.06.1} 3.06.1
|
||||||
|
|
||||||
Released on July 31st, 2020
|
Released on July 31st, 2020
|
||||||
|
|
|
@ -128,7 +128,7 @@ CEXEBuild::CEXEBuild(signed char pponly, bool warnaserror) :
|
||||||
definedlist.add(_T("NSIS_VERSION"), NSIS_VERSION);
|
definedlist.add(_T("NSIS_VERSION"), NSIS_VERSION);
|
||||||
definedlist.add(_T("NSIS_PACKEDVERSION"), NSIS_PACKEDVERSION);
|
definedlist.add(_T("NSIS_PACKEDVERSION"), NSIS_PACKEDVERSION);
|
||||||
|
|
||||||
m_target_type=TARGET_X86ANSI;
|
m_target_type=TARGET_X86UNICODE;
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
if (sizeof(void*) > 4) m_target_type = TARGET_AMD64; // BUGBUG: scons 'TARGET_ARCH' should specify the default
|
if (sizeof(void*) > 4) m_target_type = TARGET_AMD64; // BUGBUG: scons 'TARGET_ARCH' should specify the default
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue