Skip to content

Commit

Permalink
visualc: Add x64 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Nov 16, 2020
1 parent cedb8c6 commit 1978cb2
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 583 deletions.
51 changes: 7 additions & 44 deletions visualc/FAudio.sln
@@ -1,61 +1,24 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FAudio", "FAudio\FAudio.vcxproj", "{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uicommon", "uicommon\uicommon.vcxproj", "{CE9051AA-CDC3-49FF-9205-0D10634B7E72}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "facttool", "facttool\facttool.vcxproj", "{47D440CF-668F-402E-8E7D-BD8096041C67}"
ProjectSection(ProjectDependencies) = postProject
{CE9051AA-CDC3-49FF-9205-0D10634B7E72} = {CE9051AA-CDC3-49FF-9205-0D10634B7E72}
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2} = {90A103EF-E403-47D4-BBBB-0F206B9FA7F2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testfilter", "testfilter\testfilter.vcxproj", "{EF66091E-EF11-4F72-9D9C-1D86D1805BA1}"
ProjectSection(ProjectDependencies) = postProject
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2} = {90A103EF-E403-47D4-BBBB-0F206B9FA7F2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testparse", "testparse\testparse.vcxproj", "{8B580628-C6E3-4AEC-BF33-5465614B657F}"
ProjectSection(ProjectDependencies) = postProject
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2} = {90A103EF-E403-47D4-BBBB-0F206B9FA7F2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testreverb", "testreverb\testreverb.vcxproj", "{6EF66F27-D775-45BC-B054-FEE95E408070}"
ProjectSection(ProjectDependencies) = postProject
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2} = {90A103EF-E403-47D4-BBBB-0F206B9FA7F2}
EndProjectSection
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FAudio", "FAudio.vcxproj", "{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}.Debug|Win32.ActiveCfg = Debug|Win32
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}.Debug|Win32.Build.0 = Debug|Win32
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}.Release|Win32.ActiveCfg = Release|Win32
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}.Release|Win32.Build.0 = Release|Win32
{CE9051AA-CDC3-49FF-9205-0D10634B7E72}.Debug|Win32.ActiveCfg = Debug|Win32
{CE9051AA-CDC3-49FF-9205-0D10634B7E72}.Debug|Win32.Build.0 = Debug|Win32
{CE9051AA-CDC3-49FF-9205-0D10634B7E72}.Release|Win32.ActiveCfg = Release|Win32
{CE9051AA-CDC3-49FF-9205-0D10634B7E72}.Release|Win32.Build.0 = Release|Win32
{47D440CF-668F-402E-8E7D-BD8096041C67}.Debug|Win32.ActiveCfg = Debug|Win32
{47D440CF-668F-402E-8E7D-BD8096041C67}.Debug|Win32.Build.0 = Debug|Win32
{47D440CF-668F-402E-8E7D-BD8096041C67}.Release|Win32.ActiveCfg = Release|Win32
{47D440CF-668F-402E-8E7D-BD8096041C67}.Release|Win32.Build.0 = Release|Win32
{EF66091E-EF11-4F72-9D9C-1D86D1805BA1}.Debug|Win32.ActiveCfg = Debug|Win32
{EF66091E-EF11-4F72-9D9C-1D86D1805BA1}.Debug|Win32.Build.0 = Debug|Win32
{EF66091E-EF11-4F72-9D9C-1D86D1805BA1}.Release|Win32.ActiveCfg = Release|Win32
{EF66091E-EF11-4F72-9D9C-1D86D1805BA1}.Release|Win32.Build.0 = Release|Win32
{8B580628-C6E3-4AEC-BF33-5465614B657F}.Debug|Win32.ActiveCfg = Debug|Win32
{8B580628-C6E3-4AEC-BF33-5465614B657F}.Debug|Win32.Build.0 = Debug|Win32
{8B580628-C6E3-4AEC-BF33-5465614B657F}.Release|Win32.ActiveCfg = Release|Win32
{8B580628-C6E3-4AEC-BF33-5465614B657F}.Release|Win32.Build.0 = Release|Win32
{6EF66F27-D775-45BC-B054-FEE95E408070}.Debug|Win32.ActiveCfg = Debug|Win32
{6EF66F27-D775-45BC-B054-FEE95E408070}.Debug|Win32.Build.0 = Debug|Win32
{6EF66F27-D775-45BC-B054-FEE95E408070}.Release|Win32.ActiveCfg = Release|Win32
{6EF66F27-D775-45BC-B054-FEE95E408070}.Release|Win32.Build.0 = Release|Win32
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}.Debug|x64.ActiveCfg = Debug|x64
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}.Debug|x64.Build.0 = Debug|x64
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}.Release|x64.ActiveCfg = Release|x64
{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
108 changes: 108 additions & 0 deletions visualc/FAudio.vcxproj
@@ -0,0 +1,108 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{90A103EF-E403-47D4-BBBB-0F206B9FA7F2}</ProjectGuid>
<RootNamespace>FAudio</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<IncludePath>..\..\SDL2\include;..\include;$(IncludePath)</IncludePath>
<LibraryPath>..\..\SDL2\lib\$(PlatformShortName);$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<PreprocessorDefinitions>FAUDIO_DISABLE_DEBUGCONFIGURATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\src\F3DAudio.c" />
<ClCompile Include="..\src\FAudio.c" />
<ClCompile Include="..\src\FAudio_internal.c" />
<ClCompile Include="..\src\FAudio_internal_simd.c" />
<ClCompile Include="..\src\FAudio_operationset.c" />
<ClCompile Include="..\src\FAudioFX_reverb.c" />
<ClCompile Include="..\src\FAudioFX_volumemeter.c" />
<ClCompile Include="..\src\FACT.c" />
<ClCompile Include="..\src\FACT3D.c" />
<ClCompile Include="..\src\FACT_internal.c" />
<ClCompile Include="..\src\FAPOBase.c" />
<ClCompile Include="..\src\FAPOFX.c" />
<ClCompile Include="..\src\FAPOFX_eq.c" />
<ClCompile Include="..\src\FAPOFX_masteringlimiter.c" />
<ClCompile Include="..\src\FAPOFX_reverb.c" />
<ClCompile Include="..\src\FAPOFX_echo.c" />
<ClCompile Include="..\src\XNA_Song.c" />
<ClCompile Include="..\src\FAudio_platform_sdl2.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\include\F3DAudio.h" />
<ClInclude Include="..\include\FAudio.h" />
<ClInclude Include="..\include\FAudioFX.h" />
<ClInclude Include="..\include\FACT.h" />
<ClInclude Include="..\include\FACT3D.h" />
<ClInclude Include="..\include\FAPO.h" />
<ClInclude Include="..\include\FAPOBase.h" />
<ClInclude Include="..\include\FAPOFX.h" />
<ClInclude Include="..\src\FAudio_internal.h" />
<ClInclude Include="..\src\FACT_internal.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
107 changes: 0 additions & 107 deletions visualc/FAudio/FAudio.vcxproj

This file was deleted.

77 changes: 0 additions & 77 deletions visualc/facttool/facttool.vcxproj

This file was deleted.

0 comments on commit 1978cb2

Please sign in to comment.