]> git.ipfire.org Git - thirdparty/libarchive.git/commit - Makefile.am
Fix build failure on Windows.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 12 Oct 2014 05:04:25 +0000 (14:04 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 12 Oct 2014 05:10:45 +0000 (14:10 +0900)
commit15bcb6785945ee51218ee70a1ceaac595891b943
tree01a2b34cff9c3865856776e37071a1a6a3086f09
parent359f8c0a359884c24d848b52cad6cf4bd13282b8
Fix build failure on Windows.
 - Visual Studio does not provide unistd.h
 - Visual Studio does not provide getopt
 - Increase portability
Makefile.am
cat/CMakeLists.txt
cat/bsdcat.c
cat/bsdcat.h
cat/bsdcat_platform.h [new file with mode: 0644]
cat/cmdline.c [new file with mode: 0644]