From e9924421bf53275ccdcf7d9ecd15e584dee6ad35 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 12 Sep 2007 07:11:48 +0000 Subject: (svn r11089) -Codechange: add revision detection to MSVC. --- src/rev.cpp.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/rev.cpp.in (limited to 'src/rev.cpp.in') diff --git a/src/rev.cpp.in b/src/rev.cpp.in new file mode 100644 index 000000000..badec3c0d --- /dev/null +++ b/src/rev.cpp.in @@ -0,0 +1,4 @@ +extern const char _openttd_revision[] = "@@VERSION@@"; +#ifdef __MORPHOS__ +extern const char morphos_versions_tag[] = "\\0$VER: OpenTTD @@VERSION@@ (@@DATE@@) OpenTTD Team [MorphOS, PowerPC]"; +#endif -- cgit v1.2.3-54-g00ecf