diff options
author | Simon Howard | 2008-01-22 19:55:50 +0000 |
---|---|---|
committer | Simon Howard | 2008-01-22 19:55:50 +0000 |
commit | be9a3b43372bddb3f6d4f8fdf79bcaf3a9ed23c7 (patch) | |
tree | 0eb2a2da7693a824c88db13e043181f84e9d7723 | |
parent | e81a8b995c66b353850b7bf2e383ba11cc93402d (diff) | |
download | chocolate-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
-rw-r--r-- | Makefile.am | 5 |
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 \ |