thobbsinteractive / magic-carpet-2-hd

Recode Binary code of game Magic Carpet2 to C/C++ language(remake MC2 for any platform)
GNU General Public License v3.0
27 stars 4 forks source link

Update the all the SDL2 Libraries (SDL2, SDL_Mixer etc...) #247

Closed thobbsinteractive closed 1 year ago

thobbsinteractive commented 1 year ago

SDL2 is from 2019, my attempts to upgrade it broke the rest of the build links for the Editor project. So this should be done separately

thobbsinteractive commented 1 year ago

We can use Nuget for SDL2 and SLD Mixer

thobbsinteractive commented 1 year ago

Implemented successfully with vcpkg