[xiph-commits] r13917 - in trunk/theora/win32/VS2005: . libtheora
sping at svn.xiph.org
sping at svn.xiph.org
Tue Oct 2 08:32:07 PDT 2007
Author: sping
Date: 2007-10-02 08:32:07 -0700 (Tue, 02 Oct 2007)
New Revision: 13917
Modified:
trunk/theora/win32/VS2005/
trunk/theora/win32/VS2005/libtheora/
trunk/theora/win32/VS2005/libtheora/libtheora.vcproj
Log:
- include and link fixes
- USE_ASM and (unused) THEORA_USE_ASM disabled
- no more debug info in release builds
- #error message added in consensus with derf and maikmerten
(consensus was adding it, not the actual text. please modify if necessary.)
Property changes on: trunk/theora/win32/VS2005
___________________________________________________________________
Name: svn:ignore
- *.ncb
*.suo
debug_rtl_dll
+ *.ncb
*.suo
debug_rtl_dll
debug
release
release_rtl_dll
Property changes on: trunk/theora/win32/VS2005/libtheora
___________________________________________________________________
Name: svn:ignore
- Debug_RTL_dll
Release_RTL_dll
*.user
Debug
*.ncb
+ Debug_RTL_dll
Release_RTL_dll
*.user
Debug
*.ncb
Release
Release_SSE
Release_SSE2
Modified: trunk/theora/win32/VS2005/libtheora/libtheora.vcproj
===================================================================
--- trunk/theora/win32/VS2005/libtheora/libtheora.vcproj 2007-10-02 14:38:46 UTC (rev 13916)
+++ trunk/theora/win32/VS2005/libtheora/libtheora.vcproj 2007-10-02 15:32:07 UTC (rev 13917)
@@ -41,8 +41,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; USE_ASM"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\lib;..\..\..\lib\enc;..\..\..\..\libogg\include;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -62,8 +62,10 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="libogg.lib"
OutputFile="$(OutDir)/libtheora.dll"
LinkIncremental="2"
+ AdditionalLibraryDirectories="..\..\..\..\libogg\win32\VS2005\debug;"
ModuleDefinitionFile="..\..\libtheora.def"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/libtheora.pdb"
@@ -126,8 +128,8 @@
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
- AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; USE_ASM"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\lib;..\..\..\lib\enc;..\..\..\..\libogg\include;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
@@ -150,8 +152,10 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="libogg.lib"
OutputFile="$(OutDir)/libtheora.dll"
LinkIncremental="1"
+ AdditionalLibraryDirectories="..\..\..\..\libogg\win32\VS2005\release;"
ModuleDefinitionFile="..\..\libtheora.def"
GenerateDebugInformation="false"
SubSystem="2"
@@ -216,8 +220,8 @@
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
- AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; THEORA_USE_ASM"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\lib;..\..\..\lib\enc;..\..\..\..\libogg\include;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
@@ -241,10 +245,12 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="libogg.lib"
OutputFile="$(OutDir)/libtheora.dll"
LinkIncremental="1"
+ AdditionalLibraryDirectories="..\..\..\..\libogg\win32\VS2005\release;"
ModuleDefinitionFile="..\..\libtheora.def"
- GenerateDebugInformation="true"
+ GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
@@ -307,8 +313,8 @@
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
- AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; THEORA_USE_ASM"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\lib;..\..\..\lib\enc;..\..\..\..\libogg\include;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="0"
@@ -332,10 +338,12 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="libogg.lib"
OutputFile="$(OutDir)/libtheora.dll"
LinkIncremental="1"
+ AdditionalLibraryDirectories="..\..\..\..\libogg\win32\VS2005\release;"
ModuleDefinitionFile="..\..\libtheora.def"
- GenerateDebugInformation="true"
+ GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
@@ -394,8 +402,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib;..\..\..\..\..\..\..\core\ogg\libogg\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; USE_ASM"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\lib;..\..\..\lib\enc;..\..\..\..\libogg\include;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -462,8 +470,8 @@
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
FavorSizeOrSpeed="1"
- AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib; ..\..\..\..\..\..\..\core\ogg\libogg\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; USE_ASM"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\lib;..\..\..\lib\enc;..\..\..\..\libogg\include;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="2"
@@ -910,10 +918,6 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\..\..\lib\enc\encoder_disabled.c"
- >
- </File>
- <File
RelativePath="..\..\..\lib\enc\encoder_huffman.c"
>
</File>
More information about the commits
mailing list