adplug / adplay-unix

AdPlug's UNIX console-based frontend
GNU General Public License v2.0
12 stars 15 forks source link

use gnulib to provide the newest implementation of getopt_long() #25

Open mywave82 opened 1 year ago

mywave82 commented 1 year ago

TODO list:

mywave82 commented 1 year ago

I think Windows is the only modern version of the commonly used operating systems that is lacking getopt_long(). We need to jump back in time to old versions of BSD probably to find the need / proper test-system.

With gnulib infrastructure in place, it is easy to add other features that might be missing in different target operating systems in the future.