|
From: Tatsuro M. <tma...@ya...> - 2014-07-30 00:15:22
|
----- Original Message ----- > From: Allin Cottrell > To: gnuplot-beta > Cc: > Date: 2014/7/28, Mon 21:26 > Subject: small fix for 64-bit Windows build > > In current CVS (on the 4.6 branch at least) the initial gnuplot screen shows the > "Build System" as "MS-Windows 32 bit" for a Windows build > regardless of the actual word length. The attached small patch to src/syscfg.h > fixes this. I also noticed the phenomena and had been applied modification as a local patch. The patch is applied to only cvs (5.0rc) branch but not 4.6-stable branch. The phenomenon was found in the 4.6 branch and 4.6 branch now supports win64 build. 2013-07-04 Bastian Maerkisch <bma...@we...> * src/internal.c src/win/wcommon.h src/win/wgraph.c src/win/winmain.c src/win/wmenu.c src/win/wprinter.c src/win/wtext.c src/win/wgnuplot.rc src/win/wgnuplot.exe.manifest64: Backport support for Win64 from version 5 which was originally developed by Allin Cottrell. So my opinion is that the patch is also better to be applied to 4.6 branch. Tatsuro |