commit be9a3b43372bddb3f6d4f8fdf79bcaf3a9ed23c7
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Jan 22 19:55:50 2008 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Tue Jan 22 19:55:50 2008 +0000
Include MSVC project files in make dist.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1010
---
Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 426854b1..3ce1494b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,10 @@ MSVC_FILES= \
msvc/README \
msvc/config.h \
msvc/inttypes.h \
- msvc/stdint.h
+ msvc/stdint.h \
+ msvc/win32.rc \
+ vc9/ChocolateDoom.sln \
+ vc9/ChocolateDoom.vcproj
CODEBLOCKS_FILES= \
codeblocks/README \