mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* lib/windows-cygpath.h: New file, based on lib/cygpath.h. * lib/windows-cygpath.c: New file, based on lib/cygpath.c. * modules/windows-cygpath: New file.
30 lines
334 B
Plaintext
30 lines
334 B
Plaintext
Description:
|
|
Convert file names between Cygwin syntax and Windows syntax.
|
|
|
|
Files:
|
|
lib/windows-cygpath.h
|
|
lib/windows-cygpath.c
|
|
|
|
Depends-on:
|
|
spawn-pipe
|
|
wait-process
|
|
getline
|
|
xalloc
|
|
free-posix
|
|
gettext-h
|
|
gnulib-i18n
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += windows-cygpath.c
|
|
|
|
Include:
|
|
"windows-cygpath.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|