dos, win32: use our own getopt_long() for both
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 20 Jul 2010 00:23:16 +0000 (17:23 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 20 Jul 2010 00:23:16 +0000 (17:23 -0700)
commit61bfcb1fdf6f118e9347e668b9f9c4956b0b9999
tree0af4b122dfa3736fb005ef2f16396ce9280ac5cb
parentb5252103dfcf7eb843c888b9b66a90b2fbbe6e14
dos, win32: use our own getopt_long() for both

Use our own version of getopt_long() for both the DOS and Win32
installers.  Currently, on MinGW, getopt_long() is a static library,
but that could change in some installations.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
dos/Makefile
libinstaller/getopt/getopt.h [moved from dos/getopt.h with 100% similarity]
libinstaller/getopt/getopt_long.c [moved from dos/getopt_long.c with 99% similarity]
win32/Makefile