]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows fix for spandsp make_math_fixed_tables part 1
authorJeff Lenk <jeff@jefflenk.com>
Thu, 21 Mar 2013 21:26:48 +0000 (16:26 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 21 Mar 2013 21:26:48 +0000 (16:26 -0500)
Freeswitch.2012.sln
libs/spandsp/src/libspandsp.2010.vcxproj
libs/spandsp/src/libspandsp.2010.vcxproj.filters
libs/spandsp/src/libspandsp.2012.vcxproj
libs/spandsp/src/libspandsp.2012.vcxproj.filters

index f621731b85d4d24c2943cea37b83ec05ed0ebb00..81e0d7208305ca8a3661b01b3d53bd264805196c 100644 (file)
@@ -565,6 +565,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmltok", "libs\win32\xmlrpc
 EndProject\r
 Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup.2012", "w32\Setup\Setup.2012.wixproj", "{47213370-B933-487D-9F45-BCA26D7E2B6F}"\r
 EndProject\r
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_math_fixed_tables", "libs\spandsp\src\msvc\make_math_fixed_tables.2012.vcxproj", "{2386B892-35F5-46CF-A0F0-10394D2FBF9B}"\r
+EndProject\r
 Global\r
        GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
                All|Win32 = All|Win32\r
@@ -3753,6 +3755,23 @@ Global
                {47213370-B933-487D-9F45-BCA26D7E2B6F}.Release|x64 Setup.Build.0 = Release|x64\r
                {47213370-B933-487D-9F45-BCA26D7E2B6F}.Release|x86 Setup.ActiveCfg = Release|x86\r
                {47213370-B933-487D-9F45-BCA26D7E2B6F}.Release|x86 Setup.Build.0 = Release|x86\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|Win32.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|Win32.Build.0 = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|x64.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|x64 Setup.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.All|x86 Setup.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|Win32.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|Win32.Build.0 = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|x64.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|x64.Build.0 = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|x64 Setup.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Debug|x86 Setup.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|Win32.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|Win32.Build.0 = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|x64.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|x64.Build.0 = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|x64 Setup.ActiveCfg = All|Win32\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B}.Release|x86 Setup.ActiveCfg = All|Win32\r
        EndGlobalSection\r
        GlobalSection(SolutionProperties) = preSolution\r
                HideSolutionNode = FALSE\r
@@ -3867,6 +3886,7 @@ Global
                {26C82FCE-E0CF-4D10-A00C-D8E582FFEB53} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}\r
                {C13CC324-0032-4492-9A30-310A6BD64FF5} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}\r
                {019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}\r
+               {2386B892-35F5-46CF-A0F0-10394D2FBF9B} = {EB910B0D-F27D-4B62-B67B-DE834C99AC5B}\r
                {EC3E5C7F-EE09-47E2-80FE-546363D14A98} = {B8F5B47B-8568-46EB-B320-64C17D2A98BC}\r
                {1AD3F51E-BBB6-4090-BA39-9DFAB1EF1F5F} = {0C808854-54D1-4230-BFF5-77B5FD905000}\r
                {ACFFF684-4D19-4D48-AF12-88EA1D778BDF} = {0C808854-54D1-4230-BFF5-77B5FD905000}\r
index 5f48082eb1bad62eb5695771f6a5cd5d65944644..a5284afe807f442d95283b40380662bf2f420af7 100644 (file)
     <ClCompile Include="lpc10_encode.c" />\r
     <ClCompile Include="lpc10_placev.c" />\r
     <ClCompile Include="lpc10_voicing.c" />\r
+    <ClCompile Include="math_fixed.c" />\r
     <ClCompile Include="modem_echo.c" />\r
     <ClCompile Include="modem_connect_tones.c" />\r
     <ClCompile Include="noise.c" />\r
       <Project>{dee932ab-5911-4700-9eeb-8c7090a0a330}</Project>\r
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
     </ProjectReference>\r
+    <ProjectReference Include="msvc\make_math_fixed_tables.2012.vcxproj">\r
+      <Project>{2386b892-35f5-46cf-a0f0-10394d2fbf9b}</Project>\r
+    </ProjectReference>\r
     <ProjectReference Include="msvc\make_modem_filter.2010.vcxproj">\r
       <Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project>\r
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
index c7d1210235d4edb2d7c45c3099b829c55f4a3d04..05763b180c5ecb606b1657130a619d9f33c4130b 100644 (file)
     <ClCompile Include="t42.c">\r
       <Filter>Source Files</Filter>\r
     </ClCompile>\r
+    <ClCompile Include="math_fixed.c">\r
+      <Filter>Source Files</Filter>\r
+    </ClCompile>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <ClInclude Include="spandsp\adsi.h">\r
index 3577fb941d2575081f58ebfe293db58edcd8fe2b..1c5ce3c2572d954887d115b64731ce4b6151df57 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>\r
+<?xml version="1.0" encoding="utf-8"?>\r
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup Label="ProjectConfigurations">\r
     <ProjectConfiguration Include="Debug|Win32">\r
     <ClCompile Include="lpc10_encode.c" />\r
     <ClCompile Include="lpc10_placev.c" />\r
     <ClCompile Include="lpc10_voicing.c" />\r
+    <ClCompile Include="math_fixed.c" />\r
     <ClCompile Include="modem_echo.c" />\r
     <ClCompile Include="modem_connect_tones.c" />\r
     <ClCompile Include="noise.c" />\r
       <Project>{dee932ab-5911-4700-9eeb-8c7090a0a330}</Project>\r
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
     </ProjectReference>\r
+    <ProjectReference Include="msvc\make_math_fixed_tables.2012.vcxproj">\r
+      <Project>{2386b892-35f5-46cf-a0f0-10394d2fbf9b}</Project>\r
+    </ProjectReference>\r
     <ProjectReference Include="msvc\make_modem_filter.2012.vcxproj">\r
       <Project>{329a6fa0-0fcc-4435-a950-e670aefa9838}</Project>\r
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
   <ImportGroup Label="ExtensionTargets">\r
   </ImportGroup>\r
-</Project>\r
+</Project>
\ No newline at end of file
index c7d1210235d4edb2d7c45c3099b829c55f4a3d04..05763b180c5ecb606b1657130a619d9f33c4130b 100644 (file)
     <ClCompile Include="t42.c">\r
       <Filter>Source Files</Filter>\r
     </ClCompile>\r
+    <ClCompile Include="math_fixed.c">\r
+      <Filter>Source Files</Filter>\r
+    </ClCompile>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <ClInclude Include="spandsp\adsi.h">\r