Open main menu

Difference between revisions of "Compiling ScummVM/Visual Studio"

→‎Ready to compile ScummVM: Updated paths for MSVC9, removed deprecated section on zlib
m (Compiling ScummVM/VS2005 moved to Compiling ScummVM/Visual Studio: New VS version is out, changing name)
(→‎Ready to compile ScummVM: Updated paths for MSVC9, removed deprecated section on zlib)
Line 178: Line 178:
If you got all the libraries compiled, you're ready to compile the latest version of ScummVM!
If you got all the libraries compiled, you're ready to compile the latest version of ScummVM!


Open the solution file in dists\vc8 (or vc7 if you're using VS2003), select the "Release" configuration from the configuration manager pulldown menu and then go to Build->Build solution, or just press Control-F7 to compile it.
Open the solution file in dists\msvc9 (msvc8 for VS2005 and msvc7 for VS2003), select the "Release" configuration from the configuration manager pulldown menu and then go to Build->Build solution, or just press Control-F7 to compile it.


The ScummVM executable should be in the folder dists\msvc8\scummvm_Release as "scummvm.exe".
The ScummVM executable should be in the folder dists\msvc9\scummvm_Release as "scummvm.exe".


If you haven't compiled zlib statically into ScummVM and have included zlib support, you'll need to copy "zlib1.dll" in the same directory as scummvm.exe as well. Also, you'll need to copy sdl.dll from the SDL runtime archive (or the latest devel archive) in the directory where scummvm.exe is
You'll need to copy sdl.dll from the SDL runtime archive (or the latest devel archive) in the directory where scummvm.exe is
1,489

edits