[Cmake-commits] CMake branch, master, updated. v2.8.3-447-gaf94289
Brad King
brad.king at kitware.com
Tue Jan 11 15:51:23 EST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via af94289f5a0f839113cb53068396a33720109acb (commit)
via e33cbda5c459e10bcbfc1f407951f9deaffe8fdf (commit)
via 262da91e26e7641192549028fee40b4c62e25266 (commit)
via 13caaa3eb74a11dbf067409ea129321718d34dfe (commit)
from c73babf5d2f8bb93bef9adc947a59cc4b8189853 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af94289f5a0f839113cb53068396a33720109acb
commit af94289f5a0f839113cb53068396a33720109acb
Merge: c73babf e33cbda
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 11 15:51:08 2011 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 11 15:51:08 2011 -0500
Merge topic 'fix-11461-add-midl-vs10'
e33cbda VSMidl Test: Use correct include_directories with VS6 (#11461)
262da91 Prohibit space in HOME value for VSMidl test.
13caaa3 VS10: Finish Midl support (#11461)
-----------------------------------------------------------------------
Summary of changes:
Source/cmLocalVisualStudio7Generator.cxx | 1 -
Source/cmVisualStudio10TargetGenerator.cxx | 26 ++++++++-
Tests/CMakeLists.txt | 11 ++++
Tests/VSMidl/CMakeLists.txt | 81 ++++++++++++++++++++++++++++
Tests/VSMidl/src/CMakeLists.txt | 12 ++++
Tests/VSMidl/src/main.cpp | 17 ++++++
Tests/VSMidl/src/test.idl | 30 ++++++++++
7 files changed, 174 insertions(+), 4 deletions(-)
create mode 100644 Tests/VSMidl/CMakeLists.txt
create mode 100644 Tests/VSMidl/src/CMakeLists.txt
create mode 100644 Tests/VSMidl/src/main.cpp
create mode 100644 Tests/VSMidl/src/test.idl
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list