]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2936 changes for vs2010 build - vs2008 coming later
authorJeff Lenk <jeff@jefflenk.com>
Wed, 30 Nov 2011 04:28:50 +0000 (22:28 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Wed, 30 Nov 2011 04:28:50 +0000 (22:28 -0600)
w32/Library/FreeSwitchCore.2010.vcxproj
w32/Library/FreeSwitchCore.2010.vcxproj.filters
w32/winlibs.props

index 0c676d04de77a58d153bdf34aa35276e9dd8bc1e..aa03a0b49a767022794250adcea84db033070d1a 100644 (file)
@@ -374,6 +374,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
       </PrecompiledHeader>\r
     </ClCompile>\r
+    <ClCompile Include="..\..\src\switch_curl.c" />\r
     <ClCompile Include="..\..\src\switch_dso.c" />\r
     <ClCompile Include="..\..\src\switch_event.c" />\r
     <ClCompile Include="..\..\src\switch_ivr.c" />\r
@@ -788,6 +789,9 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs
       <LinkLibraryDependencies>true</LinkLibraryDependencies>\r
       <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>\r
     </ProjectReference>\r
+    <ProjectReference Include="..\..\libs\win32\curl\curllib.2010.vcxproj">\r
+      <Project>{87ee9da4-de1e-4448-8324-183c98dca588}</Project>\r
+    </ProjectReference>\r
     <ProjectReference Include="..\..\libs\win32\pcre\libpcre.2010.vcxproj">\r
       <Project>{8d04b550-d240-4a44-8a18-35da3f7038d9}</Project>\r
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
index 25fc9a136d74613f4066489d31576e0cbb4836ee..79369a8bb3adb66ca327fae9e94c727138a35af9 100644 (file)
     <ClCompile Include="..\..\libs\miniupnpc\upnpreplyparse.c">\r
       <Filter>Source Files</Filter>\r
     </ClCompile>\r
+    <ClCompile Include="..\..\src\switch_curl.c">\r
+      <Filter>Source Files</Filter>\r
+    </ClCompile>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <ClInclude Include="..\..\libs\miniupnpc\declspec.h">\r
index 05674c70c5c7aa9e69358a35aaef875421a18049..be0cfef212b843fe1a2d446e6b5ade3323b60b6f 100644 (file)
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <ImportGroup Label="PropertySheets">\r
+    <Import Project="curl.props" />\r
+  </ImportGroup>\r
   <PropertyGroup>\r
     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
     <_PropertySheetDisplayName>Freeswitch Core Windows Libraries</_PropertySheetDisplayName>\r