ZDoom / ZMusic

GZDoom's music system as a standalone library
https://forum.zdoom.org/index.php
61 stars 32 forks source link

Changes to support integrating into monolithic build #27

Closed Blzut3 closed 3 years ago

Blzut3 commented 3 years ago

Just about ready to submit the GZDoom overhaul with ZMusic as an optional submodule. Here's the changes it required on this side of things.

coelckers commented 3 years ago

Will this still work with Raze or does it require the altered project for GZDoom?

Blzut3 commented 3 years ago

It could probably be integrated as-is, I don't think there's any relevant leaky global state in Raze that would cause issues. Right now though my plan is to begin overhauling the Raze project like the GZDoom PR once that's approved and adding the submodule would obviously come with that.

Blzut3 commented 3 years ago

Just realized what you were actually asking after I hit submit. This doesn't change anything about the standalone build of ZMusic except that building a static library on Windows works correctly.