summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorSimon Howard2006-09-09 19:05:27 +0000
committerSimon Howard2006-09-09 19:05:27 +0000
commit49b5380150354db8d9ec7be93964af0a0ca53e16 (patch)
treec1e6600bc78e26959e520dd9719f971058043ab1 /msvc
parent80cdf0868cf279c9c15477d9e662511fbae2dbb9 (diff)
downloadchocolate-doom-49b5380150354db8d9ec7be93964af0a0ca53e16.tar.gz
chocolate-doom-49b5380150354db8d9ec7be93964af0a0ca53e16.tar.bz2
chocolate-doom-49b5380150354db8d9ec7be93964af0a0ca53e16.zip
Add config.h for a possible MSVC build in the future. Add mkinstalldirs
to the list of files included in distribution. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 601
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 */