mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Make these look like the other project files; maybe it helps with the linking
issue (to be tested later.) git-svn-id: https://svn.xiph.org/trunk/ezstream@16369 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
0cd48ee9d6
commit
b364f35789
@ -49,14 +49,14 @@
|
||||
MinimalRebuild="true"
|
||||
ExceptionHandling="1"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="$(IntDir)\$(TargetName).obj\"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
CallingConvention="0"
|
||||
CompileAs="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@ -70,7 +70,6 @@
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
UseUnicodeResponseFiles="false"
|
||||
LinkLibraryDependencies="false"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
@ -128,7 +127,7 @@
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="0"
|
||||
CallingConvention="0"
|
||||
CompileAs="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@ -142,7 +141,6 @@
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
UseUnicodeResponseFiles="false"
|
||||
LinkLibraryDependencies="false"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
@ -49,13 +49,14 @@
|
||||
MinimalRebuild="true"
|
||||
ExceptionHandling="1"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
RuntimeTypeInfo="false"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="$(IntDir)\$(TargetName).obj\"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@ -69,7 +70,6 @@
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
UseUnicodeResponseFiles="false"
|
||||
LinkLibraryDependencies="false"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
@ -114,19 +114,20 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
UseUnicodeResponseFiles="false"
|
||||
Optimization="2"
|
||||
Optimization="3"
|
||||
EnableIntrinsicFunctions="false"
|
||||
AdditionalIncludeDirectories=".;.\taglib;.\taglib\taglib;.\taglib\taglib\toolkit;.\taglib\taglib\ogg;.\taglib\taglib\ogg\vorbis;.\taglib\taglib\ogg\flac;.\taglib\taglib\ogg\speex;.\taglib\taglib\flac;.\taglib\taglib\mpeg;.\taglib\taglib\mpeg\id3v1;.\taglib\taglib\mpeg\id3v2;.\taglib\taglib\mpc;.\taglib\taglib\ape;.\taglib\taglib\trueaudio;.\taglib\taglib\wavpack;"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;MAKE_TAGLIB_C_LIB;"
|
||||
StringPooling="true"
|
||||
ExceptionHandling="1"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
RuntimeTypeInfo="false"
|
||||
EnableFunctionLevelLinking="false"
|
||||
RuntimeTypeInfo="true"
|
||||
ObjectFile="$(IntDir)\$(TargetName).obj\"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName)-vc90.pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
DebugInformationFormat="0"
|
||||
CompileAs="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@ -140,7 +141,6 @@
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
UseUnicodeResponseFiles="false"
|
||||
LinkLibraryDependencies="false"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
Loading…
Reference in New Issue
Block a user