Difference between revisions of "Compiling ScummVM/Visual Studio/Compiling Libraries"

Jump to navigation Jump to search
updated vcpkg section with relevant information
(updated vcpkg section with relevant information)
Line 16: Line 16:
* '''x86-windows-static-md:''' x86 static LIBs
* '''x86-windows-static-md:''' x86 static LIBs


Note not every library is compatible with every target, but they should all work as x86/x64 DLLs.
=== Note: ===
when using vcpkg to compile libraries, it is important to pass the --vcpkg flag to create_project.exe during repository setup as newer versions of SDL2 locate libraries at <SDL/SDL.h> instead of <SDL.h>
 
not every library is compatible with every target, but they should all work as x86/x64 DLLs.


== Manually compiling the needed libraries for Visual Studio yourself ==
== Manually compiling the needed libraries for Visual Studio yourself ==

Navigation menu