[Cmake-commits] CMake branch, master, updated. v2.8.11-126-gf292ffb
Brad King
brad.king at kitware.com
Tue May 21 15:12:54 EDT 2013
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 f292ffb62cf2251c1239f4750487efeb52daf1d7 (commit)
via 79ec7868d0f08c9ff2e6fa6454b205132acecc24 (commit)
from 1a2a0daddad3b1e460e5bc9e6f6795524f7c573b (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=f292ffb62cf2251c1239f4750487efeb52daf1d7
commit f292ffb62cf2251c1239f4750487efeb52daf1d7
Merge: 1a2a0da 79ec786
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue May 21 15:12:48 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 21 15:12:48 2013 -0400
Merge topic 'vs-windows-forms'
79ec786 VS: Add Windows Forms Support
-----------------------------------------------------------------------
Summary of changes:
Source/cmGeneratorTarget.cxx | 12 +++
Source/cmGeneratorTarget.h | 4 +
Source/cmVisualStudio10TargetGenerator.cxx | 66 ++++++++++++++++-
Source/cmVisualStudio10TargetGenerator.h | 3 +-
Tests/CMakeLists.txt | 5 +
Tests/VSWindowsFormsResx/CMakeLists.txt | 44 +++++++++++
.../VSWindowsFormsResx/WindowsFormsResx/Header.h | 0
.../VSWindowsFormsResx/WindowsFormsResx/MyForm.cpp | 1 +
Tests/VSWindowsFormsResx/WindowsFormsResx/MyForm.h | 78 ++++++++++++++++++++
.../WindowsFormsResx/MyForm.resx | 61 +++++++++++++++
.../WindowsFormsResx/Source.cpp} | 1 -
11 files changed, 271 insertions(+), 4 deletions(-)
create mode 100644 Tests/VSWindowsFormsResx/CMakeLists.txt
copy Modules/IntelVSImplicitPath/hello.f => Tests/VSWindowsFormsResx/WindowsFormsResx/Header.h (100%)
create mode 100644 Tests/VSWindowsFormsResx/WindowsFormsResx/MyForm.cpp
create mode 100644 Tests/VSWindowsFormsResx/WindowsFormsResx/MyForm.h
create mode 100644 Tests/VSWindowsFormsResx/WindowsFormsResx/MyForm.resx
copy Tests/{RunCMake/CompatibleInterface/main.cpp => VSWindowsFormsResx/WindowsFormsResx/Source.cpp} (97%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list