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

Jump to navigation Jump to search
m
→‎Note:: Fix casing
(updated vcpkg section with relevant information)
m (→‎Note:: Fix casing)
 
Line 17: Line 17:


=== Note: ===
=== 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>
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.
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 ==
1,491

edits

Navigation menu