hogsy / jaded

A repository for raising any tickets relating to Jaded, the Community Patched Jade Engine. There is no code here.
https://oldtimes-software.com/jaded/
1 stars 0 forks source link

[Feature] Statically link SDL2 rather than depending on DLL #45

Open hogsy opened 6 months ago

hogsy commented 6 months ago

Summary

Very minor change. Right now SDL2 is being linked dynamically, which is fine, but for the sake of keeping the distribution simple I'd like to statically link it instead.

User Story

N/A

Acceptance Criteria

It's statically linked.

Mockups or Wireframes

N/A

Dependencies

N/A

Risks or Challenges

Zero.