Update of /cvsroot/gcblue/gcb_wx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23738
Modified Files:
.cvsignore ReleaseInstallScript.nsi
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** .cvsignore 30 Nov 2003 23:31:25 -0000 1.10
--- .cvsignore 24 Jun 2004 21:35:39 -0000 1.11
***************
*** 10,11 ****
--- 10,13 ----
*.ilk
csv_test.cpp
+ gcb_06x_.exe
+ dist
\ No newline at end of file
Index: ReleaseInstallScript.nsi
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/ReleaseInstallScript.nsi,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ReleaseInstallScript.nsi 24 Jun 2004 01:43:43 -0000 1.1
--- ReleaseInstallScript.nsi 24 Jun 2004 21:35:39 -0000 1.2
***************
*** 1,5 ****
; GCB.nsi
;
! ; This script is based on example2.nsi -- it remember the directory,
; has uninstall support and (optionally) installs start menu shortcuts.
;
--- 1,5 ----
; GCB.nsi
;
! ; This script is based on example2.nsi -- it remembers the directory,
; has uninstall support and (optionally) installs start menu shortcuts.
;
***************
*** 81,84 ****
--- 81,89 ----
File "maps\*.dat"
+ ; ----- maps\tiles directory -----
+ SetOutPath $INSTDIR\maps\tiles
+
+ File "maps\tiles\*.dat"
+
; ----- scenarios directory -----
SetOutPath $INSTDIR\scenarios
|