summaryrefslogtreecommitdiff
path: root/win/inspircd_version.h.cmake
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-03-23 22:47:25 -0500
committerAdam <Adam@anope.org>2013-03-23 22:47:25 -0500
commit6b2d45c154ddbd5ea4381156f5b763c8d0c29e07 (patch)
tree8332980d359c445ef36f9fe75249f484b3a85013 /win/inspircd_version.h.cmake
parent21f7e4a8cdad2f29fda2768215c3a5352a9fa632 (diff)
win: Made config, modules, data, and log paths configurable.
Update win/README with instructions on how to use cmake-gui. Always build m_regex_stdlib, since all VS versions we support support it.
Diffstat (limited to 'win/inspircd_version.h.cmake')
-rw-r--r--win/inspircd_version.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/inspircd_version.h.cmake b/win/inspircd_version.h.cmake
new file mode 100644
index 000000000..1aec12b24
--- /dev/null
+++ b/win/inspircd_version.h.cmake
@@ -0,0 +1,4 @@
+#define BRANCH "@MAJOR_VERSION@.@MINOR_VERSION@"
+#define VERSION "@FULL_VERSION@"
+#define REVISION "0"
+#define SYSTEM "@CMAKE_SYSTEM@" \ No newline at end of file