From 81163488c7e68222a2a46959623cfbc4ff49e95f Mon Sep 17 00:00:00 2001 From: alexey.lysiuk Date: Sun, 11 May 2014 15:50:00 +0300 Subject: Update MSVC2008 projects and solution --- msvc/server.vcproj | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'msvc/server.vcproj') 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" @@ -221,6 +223,10 @@ RelativePath="..\src\net_packet.c" > + + @@ -279,6 +285,10 @@ RelativePath="..\src\net_packet.h" > + + -- cgit v1.2.3