From e20874a9aa4a5d25ae6608536a56d549b82b3dc9 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 9 Feb 2013 18:18:26 +0000 Subject: * 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 --- msvc/.gitignore | 2 ++ msvc/libtextscreen.vcproj | 12 ++++++++++++ msvc/strife.vcproj | 24 ++++++++++++++++-------- 3 files changed, 30 insertions(+), 8 deletions(-) (limited to 'msvc') diff --git a/msvc/.gitignore b/msvc/.gitignore index ae21ee43..47e8226e 100644 --- a/msvc/.gitignore +++ b/msvc/.gitignore @@ -3,3 +3,5 @@ *.suo *.user savegames +strfsav* +*.pcx diff --git a/msvc/libtextscreen.vcproj b/msvc/libtextscreen.vcproj index fc68d46a..3489cd77 100644 --- a/msvc/libtextscreen.vcproj +++ b/msvc/libtextscreen.vcproj @@ -214,6 +214,10 @@ RelativePath="..\textscreen\txt_table.c" > + + @@ -272,6 +276,10 @@ RelativePath="..\textscreen\txt_label.h" > + + @@ -300,6 +308,10 @@ RelativePath="..\textscreen\txt_table.h" > + + diff --git a/msvc/strife.vcproj b/msvc/strife.vcproj index df74ab9d..34f7a143 100644 --- a/msvc/strife.vcproj +++ b/msvc/strife.vcproj @@ -192,6 +192,10 @@ + + @@ -304,10 +308,6 @@ RelativePath="..\src\m_misc.h" > - - @@ -368,6 +368,10 @@ RelativePath="..\src\net_structrw.h" > + + @@ -620,6 +624,10 @@ + + @@ -740,10 +748,6 @@ RelativePath="..\src\m_misc.c" > - - @@ -800,6 +804,10 @@ RelativePath="..\src\net_structrw.c" > + + -- cgit v1.2.3