From: richardbarry Date: Sat, 19 Nov 2011 22:27:28 +0000 (+0000) Subject: Configure release configuration for the Win32 lwIP project. X-Git-Tag: V7.1.0~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=921b32a7bf83d65e25cbeecde3b87b43da084dbb;p=freertos Configure release configuration for the Win32 lwIP project. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1634 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/WIN32-MSVC-lwIP/WIN32.suo b/Demo/WIN32-MSVC-lwIP/WIN32.suo index 63a7aa2b2..e782e64f7 100644 Binary files a/Demo/WIN32-MSVC-lwIP/WIN32.suo and b/Demo/WIN32-MSVC-lwIP/WIN32.suo differ diff --git a/Demo/WIN32-MSVC-lwIP/WIN32.vcxproj b/Demo/WIN32-MSVC-lwIP/WIN32.vcxproj index a4a21d36c..05fa8fdd1 100644 --- a/Demo/WIN32-MSVC-lwIP/WIN32.vcxproj +++ b/Demo/WIN32-MSVC-lwIP/WIN32.vcxproj @@ -65,8 +65,8 @@ .\Debug/ Level4 true - EditAndContinue false + EditAndContinue _DEBUG;%(PreprocessorDefinitions) @@ -96,7 +96,7 @@ MaxSpeed OnlyExplicitInline - WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + _WINSOCKAPI_;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true MultiThreaded true @@ -106,7 +106,7 @@ .\Release/ Level3 true - ..\..\Source\include;..\..\Source\portable\MSVC-MingW;..\Common\Include;.;%(AdditionalIncludeDirectories) + ..\Common\Utils;..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap;..\Common\ethernet\lwip-1.4.0\src\include\ipv4;..\Common\ethernet\lwip-1.4.0\src\include;..\..\Source\include;..\..\Source\portable\MSVC-MingW;..\Common\ethernet\lwip-1.4.0\ports\win32\include;..\Common\Include;.\lwIP_Apps;.;%(AdditionalIncludeDirectories) NDEBUG;%(PreprocessorDefinitions) @@ -118,6 +118,8 @@ .\Release/WIN32.pdb Console MachineX86 + ..\Common\ethernet\lwip-1.4.0\ports\win32\WinPCap + wpcap.lib;%(AdditionalDependencies) true