ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Spectre/Spectre.cpp
(Generate patch)

Comparing trunk/Spectre/Spectre.cpp (file contents):
Revision 153 by douglas, 2003-06-08T17:50:37-07:00 vs.
Revision 154 by douglas, 2003-06-08T23:37:49-07:00

# Line 13 | Line 13 | string programName = "Spectre Samba Moun
13   string programVersion = "1.0alpha";
14   bool debug = false;
15  
16 < #include "configure.h"
16 > Config config;
17  
18   int main(int argc, char* argv[])
19   {
20          program = argv[0];
21 +
22 + #include "configure.h"
23          
24          for (int index = 1; index < argc; index++)
25          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines