win32 port/msvc9: update port

This commit is contained in:
fbernon 2008-04-26 11:21:14 +00:00
parent eca09602e9
commit 3fb00cde5b
5 changed files with 14 additions and 13 deletions

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="lwIP"
ProjectGUID="{2CC276FA-B226-49C9-8F82-7FCD5A228E28}"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform

View File

@ -1,12 +1,12 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lwIP_test", "lwIP_Test.vcproj", "{8CC0CE51-32CF-4585-BFAF-A9343BC5A96D}"
ProjectSection(ProjectDependencies) = postProject
{8DFF6C89-B0A1-4179-83D6-61EDD66B204C} = {8DFF6C89-B0A1-4179-83D6-61EDD66B204C}
{2CC276FA-B226-49C9-8F82-7FCD5A228E28} = {2CC276FA-B226-49C9-8F82-7FCD5A228E28}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lwIP_pktif", "lwIP_pktif.vcproj", "{8DFF6C89-B0A1-4179-83D6-61EDD66B204C}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lwIP pktif", "lwIP_pktif.vcproj", "{8DFF6C89-B0A1-4179-83D6-61EDD66B204C}"
ProjectSection(ProjectDependencies) = postProject
{2CC276FA-B226-49C9-8F82-7FCD5A228E28} = {2CC276FA-B226-49C9-8F82-7FCD5A228E28}
EndProjectSection

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="lwIP_test"
ProjectGUID="{8CC0CE51-32CF-4585-BFAF-A9343BC5A96D}"
RootNamespace="lwIP_test"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@ -78,6 +79,8 @@
AdditionalLibraryDirectories="$(PCAP_DIR)\Lib"
ProgramDatabaseFile=".\Release/test.pdb"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@ -98,9 +101,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@ -168,6 +168,8 @@
AdditionalLibraryDirectories="$(PCAP_DIR)\Lib"
GenerateDebugInformation="true"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@ -188,9 +190,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="lwIP pktif"
ProjectGUID="{8DFF6C89-B0A1-4179-83D6-61EDD66B204C}"
RootNamespace="lwIP pktif"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform

View File

@ -1,7 +1,7 @@
lwIP for Win32
This is a quickly hacked port and example project of the lwIP library to
Win32/MSVC8.
Win32/MSVC9.
It doesn't (yet?) include support for dhcp, autoip, slipif, ppp or pppoe. This
is simply because none of the active developers using this port are using these