Open main menu

Difference between revisions of "Compiling ScummVM/Visual Studio"

m
→‎libogg: update.
(→‎libmad: some additional notes for x64)
m (→‎libogg: update.)
Line 106: Line 106:
=== libogg ===
=== libogg ===


Compile this first, as many other libraries need it. Go to the win32 directory and build the ogg solution in there. DON'T compile the solution in the VS2003 directory, as this produces "libogg.lib" instead of "ogg.lib". A simple rename might work, though
Compile this first, as many other libraries need it. Go to the win32 directory and build the "libogg_static" solution of your MSVC version (which should be found in one of the sub-directories).
 


=== libvorbis ===
=== libvorbis ===
561

edits