summaryrefslogtreecommitdiff
path: root/msvc/server.vcproj
diff options
context:
space:
mode:
authoralexey.lysiuk2014-05-11 15:50:00 +0300
committeralexey.lysiuk2014-05-11 15:50:00 +0300
commit81163488c7e68222a2a46959623cfbc4ff49e95f (patch)
tree3b367a2d976a79908109a210bba77b124ffdb626 /msvc/server.vcproj
parenta0298b951abc1468616fed1f248ae83b5bb50550 (diff)
downloadchocolate-doom-81163488c7e68222a2a46959623cfbc4ff49e95f.tar.gz
chocolate-doom-81163488c7e68222a2a46959623cfbc4ff49e95f.tar.bz2
chocolate-doom-81163488c7e68222a2a46959623cfbc4ff49e95f.zip
Update MSVC2008 projects and solution
Diffstat (limited to 'msvc/server.vcproj')
-rw-r--r--msvc/server.vcproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/msvc/server.vcproj b/msvc/server.vcproj
index d692267f..0f4e9e62 100644
--- a/msvc/server.vcproj
+++ b/msvc/server.vcproj
@@ -63,6 +63,7 @@
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDL_net.lib SDLmain.lib"
OutputFile="$(OutDir)\chocolate-server-dbg.exe"
+ IgnoreDefaultLibraryNames="msvcrt"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -140,6 +141,7 @@
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDL_net.lib SDLmain.lib"
OutputFile="$(OutDir)\chocolate-server.exe"
+ IgnoreDefaultLibraryNames="msvcrtd"
GenerateDebugInformation="false"
SubSystem="1"
OptimizeReferences="2"
@@ -222,6 +224,10 @@
>
</File>
<File
+ RelativePath="..\src\net_query.c"
+ >
+ </File>
+ <File
RelativePath="..\src\net_sdl.c"
>
</File>
@@ -280,6 +286,10 @@
>
</File>
<File
+ RelativePath="..\src\net_query.h"
+ >
+ </File>
+ <File
RelativePath="..\src\net_sdl.h"
>
</File>