[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3613-gfd2b439
Brad King
brad.king at kitware.com
Fri Aug 2 08:41:59 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, next has been updated
via fd2b43991b3e09e2134b65c524df48ab74e4dd29 (commit)
via 9a0a194514c67c01f14f18970f34d307ea7b3413 (commit)
from 95cec3b434e4a51cf7cdc227c93c60c09ad89a04 (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=fd2b43991b3e09e2134b65c524df48ab74e4dd29
commit fd2b43991b3e09e2134b65c524df48ab74e4dd29
Merge: 95cec3b 9a0a194
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Aug 2 08:41:54 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Aug 2 08:41:54 2013 -0400
Merge topic 'ALIAS-targets' into next
9a0a194 Tests/AliasTarget: Export symbol from test DLL
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9a0a194514c67c01f14f18970f34d307ea7b3413
commit 9a0a194514c67c01f14f18970f34d307ea7b3413
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Aug 2 08:40:36 2013 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Aug 2 08:40:48 2013 -0400
Tests/AliasTarget: Export symbol from test DLL
The Watcom linker does not like empty DLLs.
diff --git a/Tests/AliasTarget/bat.cpp b/Tests/AliasTarget/bat.cpp
index a0b647b..1063c21 100644
--- a/Tests/AliasTarget/bat.cpp
+++ b/Tests/AliasTarget/bat.cpp
@@ -19,6 +19,9 @@
#error Expected TARGETOUTPUT_DEFINE
#endif
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
int bar()
{
return 0;
-----------------------------------------------------------------------
Summary of changes:
Tests/AliasTarget/bat.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list