ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/installer.cpp
(Generate patch)

Comparing AE/Installer/trunk/source/installer.cpp (file contents):
Revision 378 by iritscen, Tue May 26 18:51:14 2009 UTC vs.
Revision 379 by iritscen, Mon Jun 29 19:23:42 2009 UTC

# Line 1 | Line 1
1   /*
2   AE/Mod Installer
3 v1.0
3   by Gumby and Iritscen
4 < */
4 > */
5  
6   #define DEBUG
7   #include <stdio.h>
# Line 27 | Line 26
26   #include <dirent.h>
27   #endif
28  
29 < const string strInstallerVersion = "1.0";
29 > //const string strInstallerVersion = "1.0";
30   const bool SPLIT = 1;
31   const bool NOT_SPLIT = 0;
32   bool splitInstances = SPLIT;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)