summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2008-01-22 19:55:50 +0000
committerSimon Howard2008-01-22 19:55:50 +0000
commitbe9a3b43372bddb3f6d4f8fdf79bcaf3a9ed23c7 (patch)
tree0eb2a2da7693a824c88db13e043181f84e9d7723 /Makefile.am
parente81a8b995c66b353850b7bf2e383ba11cc93402d (diff)
downloadchocolate-doom-be9a3b43372bddb3f6d4f8fdf79bcaf3a9ed23c7.tar.gz
chocolate-doom-be9a3b43372bddb3f6d4f8fdf79bcaf3a9ed23c7.tar.bz2
chocolate-doom-be9a3b43372bddb3f6d4f8fdf79bcaf3a9ed23c7.zip
Include MSVC project files in make dist.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1010
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
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 \