Difference between revisions of "Compiling ScummVM/Visual Studio"

Jump to navigation Jump to search
→‎zlib: Updated build information
(Added FLAC libraries)
(→‎zlib: Updated build information)
Line 96: Line 96:
=== zlib ===
=== zlib ===


You'll need the zlib source package. Go into the projects directory in the zlib source and open the solution there. For each of the 3 projects in the solution (example, minigzip and zlib) you need to right-click it in the solution explorer and go to properties. Then, go to Configuration Properties->C/C++->Code Generation and change the Runtime library from "Multi-Threaded DLL (/MD)" to "Multi-Threaded (/MT)". When you've changed all three projects, compile the solution using the LIB release configuration.
You'll need the zlib source package. After unzipping it, go into the projects directory in the zlib source and open the solution under projects\visualc6. Compile the "zlib" project using the LIB release configuration.
 


=== libogg ===
=== libogg ===
1,489

edits

Navigation menu