Difference between revisions of "Compiling ScummVM/Visual Studio"

Jump to navigation Jump to search
Updated the zlib compilation instructions again
(Updated compilation instructions for libmpeg2)
(Updated the zlib compilation instructions again)
Line 96: Line 96:
=== zlib ===
=== zlib ===


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.
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. Right click on the "zlib" project, and go to its properties. Then, go to Configuration Properties->C/C++->Code Generation and change the Runtime library from "Multi-Threaded DLL (/MD)" to "Multi-Threaded (/MT)" (if you don't do this step, you'll have issues compiling ScummVM later on). Then, compile the "zlib" project using the LIB release configuration.




1,489

edits

Navigation menu