mirror of
https://github.com/ioquake/ioq3.git
synced 2025-02-23 03:51:24 +00:00
* enabled openal as default in msvc.
This commit is contained in:
parent
602743a25b
commit
5b12a7a468
1 changed files with 14 additions and 8 deletions
|
@ -21,7 +21,7 @@
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
InlineFunctionExpansion="2"
|
InlineFunctionExpansion="2"
|
||||||
OptimizeForProcessor="2"
|
OptimizeForProcessor="2"
|
||||||
PreprocessorDefinitions="_WIN32;WIN32;NDEBUG;_WINDOWS"
|
PreprocessorDefinitions="_WIN32;WIN32;NDEBUG;_WINDOWS;USE_OPENAL"
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
RuntimeLibrary="4"
|
RuntimeLibrary="4"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\quake3.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;USE_OPENAL"
|
||||||
RuntimeLibrary="1"
|
RuntimeLibrary="1"
|
||||||
UsePrecompiledHeader="2"
|
UsePrecompiledHeader="2"
|
||||||
PrecompiledHeaderFile="$(IntDir)\quake3.pch"
|
PrecompiledHeaderFile="$(IntDir)\quake3.pch"
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\quake3.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
|
@ -228,7 +228,7 @@
|
||||||
Optimization="2"
|
Optimization="2"
|
||||||
InlineFunctionExpansion="2"
|
InlineFunctionExpansion="2"
|
||||||
OptimizeForProcessor="2"
|
OptimizeForProcessor="2"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;USE_OPENAL"
|
||||||
StringPooling="TRUE"
|
StringPooling="TRUE"
|
||||||
RuntimeLibrary="4"
|
RuntimeLibrary="4"
|
||||||
EnableFunctionLevelLinking="TRUE"
|
EnableFunctionLevelLinking="TRUE"
|
||||||
|
@ -243,7 +243,7 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\quake3.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
|
@ -431,7 +431,7 @@
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
Optimization="0"
|
Optimization="0"
|
||||||
OptimizeForProcessor="1"
|
OptimizeForProcessor="1"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;USE_OPENAL"
|
||||||
RuntimeLibrary="1"
|
RuntimeLibrary="1"
|
||||||
UsePrecompiledHeader="2"
|
UsePrecompiledHeader="2"
|
||||||
PrecompiledHeaderFile="$(IntDir)\quake3.pch"
|
PrecompiledHeaderFile="$(IntDir)\quake3.pch"
|
||||||
|
@ -447,7 +447,7 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib wsock32.lib"
|
AdditionalDependencies="winmm.lib wsock32.lib openal32.lib"
|
||||||
OutputFile="$(OutDir)\quake3.exe"
|
OutputFile="$(OutDir)\quake3.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
|
@ -1794,6 +1794,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\.\qcommon\q_shared.c">
|
RelativePath="..\..\.\qcommon\q_shared.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\client\qal.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\client\snd_adpcm.c">
|
RelativePath="..\..\client\snd_adpcm.c">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -3243,6 +3246,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\.\qcommon\q_shared.h">
|
RelativePath="..\..\.\qcommon\q_shared.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\client\qal.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\qcommon\qcommon.h">
|
RelativePath="..\..\qcommon\qcommon.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in a new issue