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

Comparing trunk/Search/Search.cpp (file contents):
Revision 296 by douglas, 2003-11-17T16:11:07-08:00 vs.
Revision 345 by Douglas Thrift, 2004-05-11T22:31:44-07:00

# Line 1 | Line 1
1   /* ============================================================================
2   * Douglas Thrift's Search Engine License
3   *
4 < * Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved.
4 > * Copyright (C) 2002-2004, Douglas Thrift. All Rights Reserved.
5   * Redistribution and use in source and binary forms, with or without
6   * modification, are permitted provided that the following conditions are met:
7   *
# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: Search.cpp,v 1.24 2003/11/18 00:11:07 douglas Exp $
49 > // $Id$
50  
51 < #include "Search.h"
52 < #include "Indexer.h"
53 < #include "Searcher.h"
54 < #include "Outputer.h"
51 > #include "Search.hpp"
52 > #include "Indexer.hpp"
53 > #include "Searcher.hpp"
54 > #include "Outputer.hpp"
55  
56   #ifndef _WIN32
57   #include <sys/utsname.h>
58   #else
59   #include <windows.h>
60 +
61 + // Stupid MinGW
62 + #ifndef PROCESSOR_ARCHITECTURE_AMD64
63 + #define PROCESSOR_ARCHITECTURE_AMD64 9
64 + #endif
65 + #ifndef PROCESSOR_ARCHITECTURE_IA32_ON_WIN64
66 + #define PROCESSOR_ARCHITECTURE_IA32_ON_WIN64 10
67 + #endif
68 +
69   #endif
70  
71   string program;
72   string programName = "Douglas Thrift's Search Engine";
73 < string programVersion = "1.2rc1";
73 > string programVersion = "1.3svn";
74   bool debug = false;
75  
76   int main(int argc, char* argv[])
# Line 436 | Line 445 | void usage()
445   void version()
446   {
447          cout << programName << " " << programVersion << " "<< platform() << "\n\n"
448 <                << "   Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved.\n"
448 >                << "   Copyright (C) 2002-2004, Douglas Thrift. All Rights Reserved.\n"
449                  << "\n"
450                  << "   This product includes software developed by Douglas Thrift\n"
451                  << "   (http://computers.douglasthrift.net/searchengine/).\n";
# Line 450 | Line 459 | void license()
459   {
460          cout << "License:\n"
461                  << "   Douglas Thrift's Search Engine License\n\n"
462 <                << "   Copyright (C) 2002-2003, Douglas Thrift. All Rights Reserved.\n"
462 >                << "   Copyright (C) 2002-2004, Douglas Thrift. All Rights Reserved.\n"
463                  << "\n"
464                  << "   Redistribution and use in source and binary forms, with or with"
465                  << "out\n"

Comparing trunk/Search/Search.cpp (property svn:eol-style):
Revision 296 by douglas, 2003-11-17T16:11:07-08:00 vs.
Revision 345 by Douglas Thrift, 2004-05-11T22:31:44-07:00

# Line 0 | Line 1
1 + native

Comparing trunk/Search/Search.cpp (property svn:keywords):
Revision 296 by douglas, 2003-11-17T16:11:07-08:00 vs.
Revision 345 by Douglas Thrift, 2004-05-11T22:31:44-07:00

# Line 0 | Line 1
1 + Id

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines