Ninja: build cmcldeps with mingw

This commit is contained in:
Peter Kuemmel 2012-06-15 13:46:18 +02:00
parent c05653e18c
commit 50b6f33dbc
2 changed files with 3 additions and 1 deletions

View File

@ -317,7 +317,7 @@ private:
ASD.insert(deps.begin(), deps.end());
}
std::string cmGlobalNinjaGenerator::ninjaCmd() const;
std::string ninjaCmd() const;
private:
/// The file containing the build statement. (the relation ship of the

View File

@ -22,6 +22,8 @@
#include <string>
#include <vector>
#include <queue>
#include <cstdio>
using namespace std;
#ifdef _WIN32