Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug

This commit is contained in:
Jesse Beder
2008-08-07 03:30:56 +00:00
parent 813817f1ab
commit ec2ecad197
30 changed files with 233 additions and 82 deletions

View File

@@ -1,6 +1,6 @@
#include <string>
namespace Test {
void RunAll();
bool Inout(const std::string& file);
void RunAll(bool verbose);
bool Inout(const std::string& file, bool verbose);
}