Moved lwipopts.h to include subdir, updated ignore lists

This commit is contained in:
goldsimon 2010-03-15 10:40:59 +00:00
parent 63363b1b89
commit 2bb5d99ffc
5 changed files with 14 additions and 2 deletions

1
ports/win32/.cvsignore Normal file
View File

@ -0,0 +1 @@
lwipcfg_msvc.h

View File

@ -0,0 +1,3 @@
Debug
lwIP_Test.ncb
lwIP_Test.suo

View File

@ -1457,11 +1457,11 @@
</FileConfiguration>
</File>
<File
RelativePath="..\lwipopts.h"
RelativePath="..\lwippools.h"
>
</File>
<File
RelativePath="..\lwippools.h"
RelativePath="..\include\lwipopts.h"
>
</File>
<File

View File

@ -40,6 +40,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(LWIP_DIR)\src\include,..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@ -83,6 +84,9 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@ -114,6 +118,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="$(LWIP_DIR)\src\include,..\include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -158,6 +163,9 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>