Update of /cvsroot/popfile/windows/add-ons
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31106/add-ons
Modified Files:
Tag: b0_22_2
OnDemand.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: OnDemand.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/add-ons/Attic/OnDemand.nsi,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** OnDemand.nsi 2 Apr 2008 20:17:33 -0000 1.1.2.7
--- OnDemand.nsi 10 May 2008 12:52:26 -0000 1.1.2.8
***************
*** 28,36 ****
#-------------------------------------------------------------------------------------------
! ; 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
--- 28,36 ----
#-------------------------------------------------------------------------------------------
! ; 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
***************
*** 140,144 ****
OutFile ${C_OUTFILE}
! !define C_VERSION "0.1.1"
; Specify the icon file for the utility
--- 140,144 ----
OutFile ${C_OUTFILE}
! !define C_VERSION "0.1.2"
; Specify the icon file for the utility
|