commit 6121dd5eb9cc18e673cb1b82a71e7f76e82e6518
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Feb 28 21:22:41 2008 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Thu Feb 28 21:22:41 2008 +0000
Move vc9/ project files into the msvc/ directory and update the README
file for the MSVC files.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1097
---
Makefile.am | 4 ++--
{vc9 => msvc}/ChocolateDoom.sln | 0
{vc9 => msvc}/ChocolateDoom.vcproj | 0
msvc/README | 5 ++++-
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 663873e5..40de5828 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,8 @@ MSVC_FILES= \
msvc/inttypes.h \
msvc/stdint.h \
msvc/win32.rc \
- vc9/ChocolateDoom.sln \
- vc9/ChocolateDoom.vcproj
+ msvc/ChocolateDoom.sln \
+ msvc/ChocolateDoom.vcproj
CODEBLOCKS_FILES= \
codeblocks/config.h \
diff --git a/vc9/ChocolateDoom.sln b/msvc/ChocolateDoom.sln
old mode 100755
new mode 100644
similarity index 100%
rename from vc9/ChocolateDoom.sln
rename to msvc/ChocolateDoom.sln
diff --git a/vc9/ChocolateDoom.vcproj b/msvc/ChocolateDoom.vcproj
old mode 100755
new mode 100644
similarity index 100%
rename from vc9/ChocolateDoom.vcproj
rename to msvc/ChocolateDoom.vcproj
diff --git a/msvc/README b/msvc/README
index 6787de30..a63f9653 100644
--- a/msvc/README
+++ b/msvc/README
@@ -1,2 +1,5 @@
-Files for a possible future MSVC build.
+Project and header files for building with Microsoft Visual C++. Please
+note that the MSVC project files are not officially supported; the
+canonical way to build Chocolate Doom under Windows is using
+MingW + MSYS.