ref: 49b5380150354db8d9ec7be93964af0a0ca53e16
parent: 80cdf0868cf279c9c15477d9e662511fbae2dbb9
author: Simon Howard <[email protected]>
date: Sat Sep 9 15:05:27 EDT 2006
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
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,16 @@
$(ac_aux_dir)/config.guess \
$(ac_aux_dir)/config.sub \
$(ac_aux_dir)/install-sh \
- $(ac_aux_dir)/missing
+ $(ac_aux_dir)/missing \
+ $(ac_aux_dir)/mkinstalldirs
+MSVC_FILES= \
+ msvc/README \
+ msvc/config.h
+
EXTRA_DIST= \
$(AUX_DIST_GEN) \
+ $(MSVC_FILES) \
config.h \
TODO \
BUGS \
--- /dev/null
+++ b/msvc/README
@@ -1,0 +1,2 @@
+Files for a possible future MSVC build.
+
--- /dev/null
+++ b/msvc/config.h
@@ -1,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 "[email protected]"
+
+/* 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 */