49 |
|
// |
50 |
|
// $Id: Spectre.cpp,v 1.15 2004/03/23 04:22:17 douglas Exp $ |
51 |
|
|
52 |
< |
#include "Spectre.h" |
53 |
< |
#include "Maker.h" |
54 |
< |
#include "Mounter.h" |
55 |
< |
#include "Unmounter.h" |
52 |
> |
#include "Spectre.hpp" |
53 |
> |
#include "Maker.hpp" |
54 |
> |
#include "Mounter.hpp" |
55 |
> |
#include "Unmounter.hpp" |
56 |
|
|
57 |
|
string program; |
58 |
|
string programName = "Spectre Samba Mounter"; |
324 |
|
cout << programName << " " << programVersion << " "<< platform() << "\n\n" |
325 |
|
<< " Copyright © 2003, Douglas Thrift. All Rights Reserved.\n\n" |
326 |
|
<< " This product includes software developed by Douglas Thrift\n" |
327 |
< |
<< " (http://computers.douglasthrift.net/).\n"; |
327 |
> |
<< " (http://computers.douglasthrift.net/spectre.xml).\n"; |
328 |
|
} |
329 |
|
|
330 |
|
void automake(set<string>& makes) |