mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
tst: passthrough-fuse: update Makefile to link with CYGFUSE or WinFsp-FUSE
This commit is contained in:
7
tst/passthrough-fuse/README.md
Normal file
7
tst/passthrough-fuse/README.md
Normal 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`).
|
Reference in New Issue
Block a user