From: Brian S. <xue...@us...> - 2008-05-10 12:52:20
|
Update of /cvsroot/popfile/windows/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31106/test Modified Files: Tag: b0_22_2 pfidbstatus.nsi pfidiag.nsi Log Message: Updated to use latest compiler (2.37) which fixes the fuzzy icons seen for the NSIS-based executables on Win9x and Win2K systems. Index: pfidbstatus.nsi =================================================================== RCS file: /cvsroot/popfile/windows/test/pfidbstatus.nsi,v retrieving revision 1.3.2.9 retrieving revision 1.3.2.10 diff -C2 -d -r1.3.2.9 -r1.3.2.10 *** pfidbstatus.nsi 2 Apr 2008 20:12:36 -0000 1.3.2.9 --- pfidbstatus.nsi 10 May 2008 12:52:26 -0000 1.3.2.10 *************** *** 30,38 **** #------------------------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.36" compiler, ! ; released 29 March 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.36-setup.exe?download ! !define C_EXPECTED_VERSION "v2.36" !define ${NSIS_VERSION}_found --- 30,38 ---- #------------------------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found *************** *** 160,164 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.7" ; see 'VIProductVersion' comment below for format details !define C_OUTFILE "pfidbstatus.exe" --- 160,164 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.8" ; see 'VIProductVersion' comment below for format details !define C_OUTFILE "pfidbstatus.exe" Index: pfidiag.nsi =================================================================== RCS file: /cvsroot/popfile/windows/test/pfidiag.nsi,v retrieving revision 1.8.4.12 retrieving revision 1.8.4.13 diff -C2 -d -r1.8.4.12 -r1.8.4.13 *** pfidiag.nsi 2 Apr 2008 20:17:34 -0000 1.8.4.12 --- pfidiag.nsi 10 May 2008 12:52:26 -0000 1.8.4.13 *************** *** 24,32 **** #-------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.36" compiler, ! ; released 29 March 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.36-setup.exe?download ! !define C_EXPECTED_VERSION "v2.36" !define ${NSIS_VERSION}_found --- 24,32 ---- #-------------------------------------------------------------------------- ! ; This version of the script has been tested with the "NSIS v2.37" compiler, ! ; released 3 May 2008. This particular compiler can be downloaded from ! ; http://prdownloads.sourceforge.net/nsis/nsis-2.37-setup.exe?download ! !define C_EXPECTED_VERSION "v2.37" !define ${NSIS_VERSION}_found *************** *** 106,110 **** ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.10" !define C_OUTFILE "pfidiag.exe" --- 106,110 ---- ;-------------------------------------------------------------------------- ! !define C_VERSION "0.1.11" !define C_OUTFILE "pfidiag.exe" |