Update of /cvsroot/popfile/windows/toolkit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31106/toolkit
Modified Files:
Tag: b0_22_2
ap-vcheck.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: ap-vcheck.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/toolkit/Attic/ap-vcheck.nsi,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** ap-vcheck.nsi 2 Apr 2008 20:17:33 -0000 1.1.2.2
--- ap-vcheck.nsi 10 May 2008 12:52:26 -0000 1.1.2.3
***************
*** 36,44 ****
#-------------------------------------------------------------------------------------------
! ; 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
--- 36,44 ----
#-------------------------------------------------------------------------------------------
! ; 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
***************
*** 73,77 ****
;--------------------------------------------------------------------------
! !define C_VERSION "0.0.2" ; see 'VIProductVersion' comment below for format details
!define C_OUTFILE "ap-vcheck.exe"
--- 73,77 ----
;--------------------------------------------------------------------------
! !define C_VERSION "0.0.3" ; see 'VIProductVersion' comment below for format details
!define C_OUTFILE "ap-vcheck.exe"
|