[prev in list] [next in list] [prev in thread] [next in thread] 

List:       nsis-commits
Subject:    [NSIS-commits] SF.net SVN: nsis:[7212] NSIS/trunk
From:       anders_k--- via NSIS-commits <nsis-commits () lists ! sourceforge ! net>
Date:       2020-08-10 22:26:36
Message-ID: 1597098396.588673.24262 () sfp-scm-7 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

Revision: 7212
          http://sourceforge.net/p/nsis/code/7212
Author:   anders_k
Date:     2020-08-10 22:26:36 +0000 (Mon, 10 Aug 2020)
Log Message:
-----------
Unicode is the now default for i386

Modified Paths:
--------------
    NSIS/trunk/Docs/src/history.but
    NSIS/trunk/Source/build.cpp

Modified: NSIS/trunk/Docs/src/history.but
===================================================================
--- NSIS/trunk/Docs/src/history.but	2020-08-09 21:07:58 UTC (rev 7211)
+++ NSIS/trunk/Docs/src/history.but	2020-08-10 22:26:36 UTC (rev 7212)
@@ -1,5 +1,19 @@
 \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
 
 Released on July 31st, 2020

Modified: NSIS/trunk/Source/build.cpp
===================================================================
--- NSIS/trunk/Source/build.cpp	2020-08-09 21:07:58 UTC (rev 7211)
+++ NSIS/trunk/Source/build.cpp	2020-08-10 22:26:36 UTC (rev 7212)
@@ -128,7 +128,7 @@
   definedlist.add(_T("NSIS_VERSION"), NSIS_VERSION);
   definedlist.add(_T("NSIS_PACKEDVERSION"), NSIS_PACKEDVERSION);
 
-  m_target_type=TARGET_X86ANSI;
+  m_target_type=TARGET_X86UNICODE;
 #ifdef _WIN32
   if (sizeof(void*) > 4) m_target_type = TARGET_AMD64; // BUGBUG: scons \
'TARGET_ARCH' should specify the default  #endif

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.



_______________________________________________
NSIS-commits mailing list
NSIS-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nsis-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic