[xiph-commits] r15682 - trunk/vorbis/win32/VS2005
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Sat Feb 7 06:28:17 PST 2009
Author: cristianadam
Date: 2009-02-07 06:28:16 -0800 (Sat, 07 Feb 2009)
New Revision: 15682
Added:
trunk/vorbis/win32/VS2005/README
Modified:
trunk/vorbis/win32/VS2005/libogg.vsprops
Log:
Updated vsprops file and added a short README file which explains what to do in order to compile successfully from source distribution.
Added: trunk/vorbis/win32/VS2005/README
===================================================================
--- trunk/vorbis/win32/VS2005/README (rev 0)
+++ trunk/vorbis/win32/VS2005/README 2009-02-07 14:28:16 UTC (rev 15682)
@@ -0,0 +1,11 @@
+In order to compile sucessfully the correct path to libogg
+must be set in libogg.vsprops.
+
+Lets say you have libogg and libvorbis in the same directory:
+
+libogg-1.1.3
+libvorbis-1.2.0
+
+you should open libogg.vsprops with a text editor (even notepad.exe
+will suffice) and see if LIBOGG_VERSION is set to the correct
+version, in this case "1.1.3"
Modified: trunk/vorbis/win32/VS2005/libogg.vsprops
===================================================================
--- trunk/vorbis/win32/VS2005/libogg.vsprops 2009-02-07 00:50:25 UTC (rev 15681)
+++ trunk/vorbis/win32/VS2005/libogg.vsprops 2009-02-07 14:28:16 UTC (rev 15682)
@@ -6,10 +6,14 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\..\..\..\..\..\core\ogg\libogg\include\;..\..\..\..\ogg\include"
+ AdditionalIncludeDirectories=""..\..\..\..\libogg-$(LIBOGG_VERSION)\include";..\..\..\..\ogg\include;..\..\..\..\..\..\..\core\ogg\libogg\include\"
/>
<Tool
Name="VCLinkerTool"
- AdditionalLibraryDirectories=""..\..\..\..\..\..\..\core\ogg\libogg\win32\VS2005\$(PlatformName)\$(ConfigurationName)";"..\..\..\..\ogg\win32\VS2005\$(PlatformName)\$(ConfigurationName)""
+ AdditionalLibraryDirectories=""..\..\..\..\libogg-$(LIBOGG_VERSION)\win32\VS2005\$(PlatformName)\$(ConfigurationName)";"..\..\..\..\ogg\win32\VS2005\$(PlatformName)\$(ConfigurationName)";"..\..\..\..\..\..\..\core\ogg\libogg\win32\VS2005\$(PlatformName)\$(ConfigurationName)""
/>
+ <UserMacro
+ Name="LIBOGG_VERSION"
+ Value="1.1.3"
+ />
</VisualStudioPropertySheet>
More information about the commits
mailing list