diff options
author | Simon Howard | 2008-02-28 21:22:41 +0000 |
---|---|---|
committer | Simon Howard | 2008-02-28 21:22:41 +0000 |
commit | 6121dd5eb9cc18e673cb1b82a71e7f76e82e6518 (patch) | |
tree | d292d60b105c5b368e619009911ebc98d398b5a7 | |
parent | a112557264ea2ed7acdf7c2ea95df6ea20f2b368 (diff) | |
download | chocolate-doom-6121dd5eb9cc18e673cb1b82a71e7f76e82e6518.tar.gz chocolate-doom-6121dd5eb9cc18e673cb1b82a71e7f76e82e6518.tar.bz2 chocolate-doom-6121dd5eb9cc18e673cb1b82a71e7f76e82e6518.zip |
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
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | msvc/ChocolateDoom.sln (renamed from vc9/ChocolateDoom.sln) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | msvc/ChocolateDoom.vcproj (renamed from vc9/ChocolateDoom.vcproj) | 0 | ||||
-rw-r--r-- | 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 index b1ea0e67..b1ea0e67 100755..100644 --- a/vc9/ChocolateDoom.sln +++ b/msvc/ChocolateDoom.sln diff --git a/vc9/ChocolateDoom.vcproj b/msvc/ChocolateDoom.vcproj index d2eb2735..d2eb2735 100755..100644 --- a/vc9/ChocolateDoom.vcproj +++ b/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. |