[vlmc-devel] commit: config.h.cmake: Add and use new variables; Hostname, System name, Copyright string etc. (Rohit Yadav )
git at videolan.org
git at videolan.org
Wed Sep 22 21:39:10 CEST 2010
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Thu Sep 23 01:19:14 2010 +0530| [7c4778065332a9a9479093a05f7c71c034fdc2ac] | committer: Rohit Yadav
config.h.cmake: Add and use new variables; Hostname, System name, Copyright string etc.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=7c4778065332a9a9479093a05f7c71c034fdc2ac
---
cmake/config.h.cmake | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index 3376133..94196fd 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -16,9 +16,24 @@
/* Host computer name */
#cmakedefine HOSTNAME "@HOSTNAME@"
+/* OS Name */
+#cmakedefine SYSNAME "@SYSNAME@"
+
/* VLMC's version */
#cmakedefine PROJECT_VERSION "@PROJECT_VERSION@"
+/* Version Codename */
+#cmakedefine CODENAME "@CODENAME@"
+
+/* VLMC Copyright string */
+#cmakedefine PROJECT_COPYRIGHT "@PROJECT_COPYRIGHT@"
+
+/* VLMC Contact email */
+#cmakedefine PROJECT_CONTACT "@PROJECT_CONTACT@"
+
+/* VideoLAN website */
+#cmakedefine ORG_WEBSITE "@ORG_WEBSITE@"
+
/* GUI application ? */
#cmakedefine WITH_GUI
More information about the Vlmc-devel
mailing list