From 49b5380150354db8d9ec7be93964af0a0ca53e16 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 9 Sep 2006 19:05:27 +0000 Subject: 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 --- msvc/README | 2 ++ msvc/config.h | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 msvc/README create mode 100644 msvc/config.h (limited to 'msvc') 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 */ -- cgit v1.2.3