summaryrefslogtreecommitdiff
path: root/msvc/strife.vcproj
diff options
context:
space:
mode:
authorJames Haley2013-02-09 18:18:26 +0000
committerJames Haley2013-02-09 18:18:26 +0000
commite20874a9aa4a5d25ae6608536a56d549b82b3dc9 (patch)
treecfe4f0ea850b54ed8311819862f5ea6b927f9928 /msvc/strife.vcproj
parent2bc56af7010e7f40d94dd664b51d86cfd4bd5fc8 (diff)
downloadchocolate-doom-e20874a9aa4a5d25ae6608536a56d549b82b3dc9.tar.gz
chocolate-doom-e20874a9aa4a5d25ae6608536a56d549b82b3dc9.tar.bz2
chocolate-doom-e20874a9aa4a5d25ae6608536a56d549b82b3dc9.zip
* Update MSVC project file
* Add /msvc/strfsav* and *.pcx to ignore list * Fix for Strife crushAndRaise, silentCrushAndRaise types identified by Gez and verified with the disassembly - these types do not inflict crushing damage in Strife. Subversion-branch: /branches/v2-branch Subversion-revision: 2558
Diffstat (limited to 'msvc/strife.vcproj')
-rw-r--r--msvc/strife.vcproj24
1 files changed, 16 insertions, 8 deletions
diff --git a/msvc/strife.vcproj b/msvc/strife.vcproj
index df74ab9d..34f7a143 100644
--- a/msvc/strife.vcproj
+++ b/msvc/strife.vcproj
@@ -193,6 +193,10 @@
Name="Header Files"
>
<File
+ RelativePath="..\src\aes_prng.h"
+ >
+ </File>
+ <File
RelativePath="..\src\d_event.h"
>
</File>
@@ -305,10 +309,6 @@
>
</File>
<File
- RelativePath="..\src\md5.h"
- >
- </File>
- <File
RelativePath="..\src\memio.h"
>
</File>
@@ -369,6 +369,10 @@
>
</File>
<File
+ RelativePath="..\src\sha1.h"
+ >
+ </File>
+ <File
RelativePath="..\src\tables.h"
>
</File>
@@ -621,6 +625,10 @@
Name="Source Files"
>
<File
+ RelativePath="..\src\aes_prng.c"
+ >
+ </File>
+ <File
RelativePath="..\src\d_event.c"
>
</File>
@@ -741,10 +749,6 @@
>
</File>
<File
- RelativePath="..\src\md5.c"
- >
- </File>
- <File
RelativePath="..\src\memio.c"
>
</File>
@@ -801,6 +805,10 @@
>
</File>
<File
+ RelativePath="..\src\sha1.c"
+ >
+ </File>
+ <File
RelativePath="..\src\tables.c"
>
</File>