summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
Diffstat (limited to 'msvc')
-rw-r--r--msvc/README2
-rw-r--r--msvc/config.h27
2 files changed, 29 insertions, 0 deletions
diff --git a/msvc/README b/msvc/README
new file mode 100644
index 00000000..6787de30
--- /dev/null
+++ b/msvc/README
@@ -0,0 +1,2 @@
+Files for a possible future MSVC build.
+
diff --git a/msvc/config.h b/msvc/config.h
new file mode 100644
index 00000000..a28e1cc2
--- /dev/null
+++ b/msvc/config.h
@@ -0,0 +1,27 @@
+/* config.h for MSVC builds. This is just the config.h created by
+ * configure. */
+
+/* Name of package */
+#define PACKAGE "chocolate-doom"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "fraggle@alkali.org"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "Chocolate Doom"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "Chocolate Doom 0.2.0"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "chocolate-doom"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "0.2.0"
+
+/* Version number of package */
+#define VERSION "0.2.0"
+
+/* Define to 1 if your processor stores words with the most significant byte
+ first (like Motorola and SPARC, unlike Intel and VAX). */
+/* #undef WORDS_BIGENDIAN */