summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2012-11-29 15:36:20 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-30 12:59:25 (GMT)
commitdce54b103af0ee1627de9e0cf04a5e390442a929 (patch)
treef56bd77d241bdb0a2641297b5340fdbdd9335143 /Source/cmake.h
parentd5ac791366595be307896e9894c66815c1e1eb2f (diff)
downloadCMake-dce54b103af0ee1627de9e0cf04a5e390442a929.zip
CMake-dce54b103af0ee1627de9e0cf04a5e390442a929.tar.gz
CMake-dce54b103af0ee1627de9e0cf04a5e390442a929.tar.bz2
Add command to generate environment for a Windows CE SDK
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 79e05ca..e5aa076 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -445,6 +445,8 @@ protected:
std::string const& link);
static int ExecuteEchoColor(std::vector<std::string>& args);
static int ExecuteLinkScript(std::vector<std::string>& args);
+ static int WindowsCEEnvironment(const char* version,
+ const std::string& name);
static int VisualStudioLink(std::vector<std::string>& args, int type);
static int VisualStudioLinkIncremental(std::vector<std::string>& args,
int type,