foxygit / doom Log in
commit d0ada124a2700e4c762c1126e9e13e36b094a614
Author:     James Haley <haleyjd@hotmail.com>
AuthorDate: Sat Oct 15 18:19:11 2011 +0000
Commit:     James Haley <haleyjd@hotmail.com>
CommitDate: Sat Oct 15 18:19:11 2011 +0000

    Add new NET_* modules to Strife project.

    Subversion-branch: /branches/v2-branch
    Subversion-revision: 2432
---
 msvc/strife.vcproj | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/msvc/strife.vcproj b/msvc/strife.vcproj
index 3da8c266..c4d8f998 100644
--- a/msvc/strife.vcproj
+++ b/msvc/strife.vcproj
@@ -196,6 +196,10 @@
 				RelativePath="..\src\d_iwad.h"
 				>
 			</File>
+			<File
+				RelativePath="..\src\d_loop.h"
+				>
+			</File>
 			<File
 				RelativePath="..\src\d_mode.h"
 				>
@@ -620,6 +624,10 @@
 				RelativePath="..\src\d_iwad.c"
 				>
 			</File>
+			<File
+				RelativePath="..\src\d_loop.c"
+				>
+			</File>
 			<File
 				RelativePath="..\src\d_mode.c"
 				>
@@ -744,10 +752,22 @@
 				RelativePath="..\src\mus2mid.c"
 				>
 			</File>
+			<File
+				RelativePath="..\src\net_client.c"
+				>
+			</File>
 			<File
 				RelativePath="..\src\net_common.c"
 				>
 			</File>
+			<File
+				RelativePath="..\src\net_dedicated.c"
+				>
+			</File>
+			<File
+				RelativePath="..\src\net_gui.c"
+				>
+			</File>
 			<File
 				RelativePath="..\src\net_io.c"
 				>
@@ -768,6 +788,10 @@
 				RelativePath="..\src\net_sdl.c"
 				>
 			</File>
+			<File
+				RelativePath="..\src\net_server.c"
+				>
+			</File>
 			<File
 				RelativePath="..\src\net_structrw.c"
 				>