Revision: 1348
http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1348&view=rev
Author: sbalea
Date: 2008-02-25 12:01:32 -0800 (Mon, 25 Feb 2008)
Log Message:
-----------
Make sure all win32 targets build with the new theora
Modified Paths:
--------------
trunk/contrib/win/vs2005/libtheora.vcproj
Modified: trunk/contrib/win/vs2005/libtheora.vcproj
===================================================================
--- trunk/contrib/win/vs2005/libtheora.vcproj 2008-02-25 17:26:04 UTC (rev 1347)
+++ trunk/contrib/win/vs2005/libtheora.vcproj 2008-02-25 20:01:32 UTC (rev 1348)
@@ -38,8 +38,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\..\..\libtheora\include\;..\..\..\..\libogg\include\"
- PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500"
+ AdditionalIncludeDirectories="..\..\..\..\libtheora\include\;..\..\..\..\libogg\include\;..\..\..\..\libtheora\lib\enc"
+ PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500;TH_REALLY_NO_ASSEMBLY"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
WarningLevel="3"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|