tst: passthrough-fuse: update Makefile to link with CYGFUSE or WinFsp-FUSE

This commit is contained in:
Bill Zissimopoulos
2017-02-01 15:30:51 -08:00
parent 5617d09edc
commit 303cadb55d
3 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,7 @@
`Passthrough-fuse` is a simple FUSE file system that passes all file system operations to an underlying file system.
It can be built with the following tools:
- Using Visual Studio (`winfsp.sln`).
- Using Cygwin GCC and linking directly with the WinFsp DLL (`make winfsp-fuse`).
- Using Cygwin GCC and linking to CYGFUSE (`make cygfuse`).