diff options
author | James Haley | 2011-10-15 18:19:11 +0000 |
---|---|---|
committer | James Haley | 2011-10-15 18:19:11 +0000 |
commit | d0ada124a2700e4c762c1126e9e13e36b094a614 (patch) | |
tree | 3a56978a775c65073680668a98a630bf9165a4da | |
parent | 74e95f3f2b632798d08be675f7fd7abb53303239 (diff) | |
download | chocolate-doom-d0ada124a2700e4c762c1126e9e13e36b094a614.tar.gz chocolate-doom-d0ada124a2700e4c762c1126e9e13e36b094a614.tar.bz2 chocolate-doom-d0ada124a2700e4c762c1126e9e13e36b094a614.zip |
Add new NET_* modules to Strife project.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2432
-rw-r--r-- | msvc/strife.vcproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/msvc/strife.vcproj b/msvc/strife.vcproj index 3da8c266..c4d8f998 100644 --- a/msvc/strife.vcproj +++ b/msvc/strife.vcproj @@ -197,6 +197,10 @@ >
</File>
<File
+ RelativePath="..\src\d_loop.h"
+ >
+ </File>
+ <File
RelativePath="..\src\d_mode.h"
>
</File>
@@ -621,6 +625,10 @@ >
</File>
<File
+ RelativePath="..\src\d_loop.c"
+ >
+ </File>
+ <File
RelativePath="..\src\d_mode.c"
>
</File>
@@ -745,10 +753,22 @@ >
</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"
>
</File>
@@ -769,6 +789,10 @@ >
</File>
<File
+ RelativePath="..\src\net_server.c"
+ >
+ </File>
+ <File
RelativePath="..\src\net_structrw.c"
>
</File>
|