libretro / snes9x2010

Snes9x 2010. Port of Snes9x 1.52+ to Libretro (previously called SNES9x Next). Rewritten in C and several optimizations and speedhacks.
Other
98 stars 71 forks source link

add platform definition for DOS #92

Closed ghost closed 7 years ago

Alcaro commented 7 years ago

+ STATIC_LINKING=1 + STATIC_LINKING_LINK=1

I'll just assume there's a difference between those two

ghost commented 7 years ago

Yes, the first one adds a define and the second calls ar instead of cc -shared.