aboutsummaryrefslogtreecommitdiff
path: root/w32/common
diff options
context:
space:
mode:
Diffstat (limited to 'w32/common')
-rw-r--r--w32/common/libmicrohttpd-files.vcxproj1
-rw-r--r--w32/common/libmicrohttpd-filters.vcxproj3
2 files changed, 4 insertions, 0 deletions
diff --git a/w32/common/libmicrohttpd-files.vcxproj b/w32/common/libmicrohttpd-files.vcxproj
index be50c277..0fdfa2bd 100644
--- a/w32/common/libmicrohttpd-files.vcxproj
+++ b/w32/common/libmicrohttpd-files.vcxproj
@@ -39,6 +39,7 @@
39 <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" /> 39 <ClInclude Include="$(MhdSrc)microhttpd\sysfdsetsize.h" />
40 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" /> 40 <ClInclude Include="$(MhdSrc)microhttpd\mhd_str.h" />
41 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" /> 41 <ClInclude Include="$(MhdSrc)microhttpd\mhd_threads.h" />
42 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h" />
42 <ClInclude Include="$(MhdW32Common)MHD_config.h" /> 43 <ClInclude Include="$(MhdW32Common)MHD_config.h" />
43 </ItemGroup> 44 </ItemGroup>
44 <ItemGroup> 45 <ItemGroup>
diff --git a/w32/common/libmicrohttpd-filters.vcxproj b/w32/common/libmicrohttpd-filters.vcxproj
index 85232458..6bb3dca7 100644
--- a/w32/common/libmicrohttpd-filters.vcxproj
+++ b/w32/common/libmicrohttpd-filters.vcxproj
@@ -136,6 +136,9 @@
136 <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c"> 136 <ClCompile Include="$(MhdSrc)microhttpd\mhd_threads.c">
137 <Filter>Source Files</Filter> 137 <Filter>Source Files</Filter>
138 </ClCompile> 138 </ClCompile>
139 <ClInclude Include="$(MhdSrc)microhttpd\mhd_locks.h">
140 <Filter>Source Files</Filter>
141 </ClInclude>
139 </ItemGroup> 142 </ItemGroup>
140 <ItemGroup> 143 <ItemGroup>
141 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc"> 144 <ResourceCompile Include="$(MhdW32Common)microhttpd_dll_res_vc.rc">