summaryrefslogtreecommitdiff
path: root/msvc/server.vcproj
diff options
context:
space:
mode:
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>