Browse Source

Add httpd example genfiles_example.c to win32 msvc project

master
goldsimon 8 years ago
parent
commit
634da1e2fd
  1. 2
      ports/win32/msvc/lwIP_Test.vcxproj
  2. 9
      ports/win32/msvc/lwIP_Test.vcxproj.filters

2
ports/win32/msvc/lwIP_Test.vcxproj

@ -132,6 +132,7 @@
<ClCompile Include="..\..\..\apps\udpecho_raw\udpecho_raw.c" />
<ClCompile Include="..\..\..\examples\httpd\cgi_example\cgi_example.c" />
<ClCompile Include="..\..\..\examples\httpd\fs_example\fs_example.c" />
<ClCompile Include="..\..\..\examples\httpd\genfiles_example\genfiles_example.c" />
<ClCompile Include="..\..\..\examples\httpd\ssi_example\ssi_example.c" />
<ClCompile Include="..\..\..\examples\snmp\snmp_private_mib\lwip_prvmib.c" />
<ClCompile Include="..\..\..\examples\snmp\snmp_v3\snmpv3_dummy.c" />
@ -170,6 +171,7 @@
<ClInclude Include="..\..\..\apps\udpecho_raw\udpecho_raw.h" />
<ClInclude Include="..\..\..\examples\httpd\cgi_example\cgi_example.h" />
<ClInclude Include="..\..\..\examples\httpd\fs_example\fs_example.h" />
<ClInclude Include="..\..\..\examples\httpd\genfiles_example\genfiles_example.h" />
<ClInclude Include="..\..\..\examples\httpd\ssi_example\ssi_example.h" />
<ClInclude Include="..\..\..\examples\snmp\snmp_private_mib\private_mib.h" />
<ClInclude Include="..\..\..\examples\snmp\snmp_v3\snmpv3_dummy.h" />

9
ports/win32/msvc/lwIP_Test.vcxproj.filters

@ -41,6 +41,9 @@
<Filter Include="Source Files\examples\httpd\cgi_example">
<UniqueIdentifier>{24079d2d-aab1-49f9-b0fa-57910a18b93a}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\examples\httpd\genfiles_example">
<UniqueIdentifier>{d38ed32b-9498-429e-a02c-08332c463725}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\test.c">
@ -100,6 +103,9 @@
<ClCompile Include="..\..\..\examples\httpd\cgi_example\cgi_example.c">
<Filter>Source Files\examples\httpd\cgi_example</Filter>
</ClCompile>
<ClCompile Include="..\..\..\examples\httpd\genfiles_example\genfiles_example.c">
<Filter>Source Files\examples\httpd\genfiles_example</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\apps\chargen\chargen.h">
@ -156,6 +162,9 @@
<ClInclude Include="..\..\..\examples\httpd\cgi_example\cgi_example.h">
<Filter>Source Files\examples\httpd\cgi_example</Filter>
</ClInclude>
<ClInclude Include="..\..\..\examples\httpd\genfiles_example\genfiles_example.h">
<Filter>Source Files\examples\httpd\genfiles_example</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\addons\ipv6_static_routing\README">

Loading…
Cancel
Save