[xiph-commits] r16369 - trunk/ezstream/win32
moritz at svn.xiph.org
moritz at svn.xiph.org
Sat Aug 1 02:04:57 PDT 2009
Author: moritz
Date: 2009-08-01 02:04:57 -0700 (Sat, 01 Aug 2009)
New Revision: 16369
Modified:
trunk/ezstream/win32/taglib.vcproj
trunk/ezstream/win32/taglib_c.vcproj
Log:
Make these look like the other project files; maybe it helps with the linking
issue (to be tested later.)
Modified: trunk/ezstream/win32/taglib.vcproj
===================================================================
--- trunk/ezstream/win32/taglib.vcproj 2009-07-31 14:57:02 UTC (rev 16368)
+++ trunk/ezstream/win32/taglib.vcproj 2009-08-01 09:04:57 UTC (rev 16369)
@@ -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"
Modified: trunk/ezstream/win32/taglib_c.vcproj
===================================================================
--- trunk/ezstream/win32/taglib_c.vcproj 2009-07-31 14:57:02 UTC (rev 16368)
+++ trunk/ezstream/win32/taglib_c.vcproj 2009-08-01 09:04:57 UTC (rev 16369)
@@ -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"
More information about the commits
mailing list