Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ruslan Baratov
CMake
Commits
50b6f33d
Commit
50b6f33d
authored
Jun 15, 2012
by
Peter Kuemmel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ninja: build cmcldeps with mingw
parent
c05653e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Source/cmGlobalNinjaGenerator.h
Source/cmGlobalNinjaGenerator.h
+1
-1
Source/cmcldeps.cxx
Source/cmcldeps.cxx
+2
-0
No files found.
Source/cmGlobalNinjaGenerator.h
View file @
50b6f33d
...
...
@@ -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
...
...
Source/cmcldeps.cxx
View file @
50b6f33d
...
...
@@ -22,6 +22,8 @@
#include <string>
#include <vector>
#include <queue>
#include <cstdio>
using
namespace
std
;
#ifdef _WIN32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment