Update of /cvsroot/objecthandler/ObjectHandler
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11602
Modified Files:
ObjectHandler.nsi
Log Message:
output folder reorganization
Index: ObjectHandler.nsi
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ObjectHandler.nsi,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ObjectHandler.nsi 24 May 2006 09:42:08 -0000 1.3
--- ObjectHandler.nsi 24 May 2006 14:22:07 -0000 1.4
***************
*** 5,8 ****
--- 5,9 ----
!define VER_NUMBER "0.1.4"
+ !define /date NOW "%Y%m%d-%H_%M"
# HEADER CONFIGURATION COMMANDS
***************
*** 10,14 ****
Caption "ObjectHandler - Setup"
#do not change the name below
! OutFile "..\ObjectHandler-${VER_NUMBER}.exe"
InstType "Full (w/ WinHelp Documentation)"
--- 11,15 ----
Caption "ObjectHandler - Setup"
#do not change the name below
! OutFile "..\ObjectHandler-${VER_NUMBER}-${NOW}.exe"
InstType "Full (w/ WinHelp Documentation)"
|