* Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.

* cygcheck.cc: Just include <getopt.h> rather than cygwin version.
(pretty_id): Avoid compiler warnings.
* cygpath.cc (usage): Ditto.
This commit is contained in:
Christopher Faylor
2003-09-11 02:56:40 +00:00
parent b07b167eec
commit bd79b736d4
4 changed files with 14 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ usage (FILE * stream, int status)
Usage: %s (-d|-m|-u|-w|-t TYPE) [-c HANDLE] [-f FILE] [options] NAME\n\
%s [-ADHPSW] \n\
Convert Unix and Windows format paths, or output system path information\n\
\n\
\n\
Output type options:\n\
-d, --dos print DOS (short) form of NAME (C:\\PROGRA~1\\)\n\
-m, --mixed like --windows, but with regular slashes (C:/WINNT)\n\