]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
add version/aboutmsg replacements
authorrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Tue, 16 Sep 2008 17:52:41 +0000 (17:52 +0000)
committerrpolzer <rpolzer@61c419a2-8eb2-4b30-bcec-8cead039b335>
Tue, 16 Sep 2008 17:52:41 +0000 (17:52 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@69 61c419a2-8eb2-4b30-bcec-8cead039b335

include/aboutmsg.h [new file with mode: 0644]
include/version.h [new file with mode: 0644]

diff --git a/include/aboutmsg.h b/include/aboutmsg.h
new file mode 100644 (file)
index 0000000..8b5acc2
--- /dev/null
@@ -0,0 +1,4 @@
+// Makefile appends preprocessor flags instead now
+#ifndef RADIANT_ABOUTMSG
+#error no RADIANT_ABOUTMSG defined
+#endif
diff --git a/include/version.h b/include/version.h
new file mode 100644 (file)
index 0000000..4713451
--- /dev/null
@@ -0,0 +1,10 @@
+// Makefile appends preprocessor flags instead now
+#ifndef RADIANT_VERSION
+#error no RADIANT_VERSION defined
+#endif
+#ifndef RADIANT_MAJOR_VERSION
+#error no RADIANT_MAJOR_VERSION defined
+#endif
+#ifndef RADIANT_MINOR_VERSION
+#error no RADIANT_MINOR_VERSION defined
+#endif