openclonk/thirdparty/getopt
Nicolas Hake a0130e0389 Add getopt third party library
Some build systems, particularly MSVC, don't ship with an implementation
of getopt or getopt_long in their standard library. This patch adds a BSD
licensed implementation, to be used in case there is no system provided
one.
2010-10-05 00:14:07 +02:00
..
CMakeLists.txt Add getopt third party library 2010-10-05 00:14:07 +02:00
getopt.c Add getopt third party library 2010-10-05 00:14:07 +02:00
getopt.h Add getopt third party library 2010-10-05 00:14:07 +02:00
getopt_long.c Add getopt third party library 2010-10-05 00:14:07 +02:00