1
0
mirror of https://github.com/lammertb/libhttp.git synced 2026-01-03 16:02:30 +03:00

New + better websocket example

This commit is contained in:
bel
2013-12-10 20:41:32 +01:00
parent d4ee6a1dc6
commit aa2cded31f
4 changed files with 193 additions and 114 deletions

View File

@@ -27,7 +27,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v110_xp</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
@@ -39,7 +38,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v110_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
@@ -150,6 +148,7 @@
<ClInclude Include="..\..\include\civetweb.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\examples\websocket\WebSockCallbacks.c" />
<ClCompile Include="..\..\src\civetweb.c" />
<ClCompile Include="..\..\examples\websocket\websocket.c" />
</ItemGroup>