sarospa / arachNES

"Average NES emulator contains 3 spiders" factoid actually just statistical error...
GNU Affero General Public License v3.0
0 stars 1 forks source link

Including SDL2.dll in the repository but not the headers is pointless. #8

Closed TechnoMancer closed 7 years ago

TechnoMancer commented 7 years ago

Building the code will require the SDL2 development files which includes the headers and the import library for the DLL. As such including the DLL itself in the repository is of little use and it would be better to just say SDL2 is needed for building.

sarospa commented 7 years ago

I suppose that's a good point. It seemed like a good idea at the time, but then I'm still kinda figuring this stuff out. SDL2.dll removed from the project.