mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
opt: cygfuse
This commit is contained in:
8
opt/cygfuse/Makefile
Normal file
8
opt/cygfuse/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
#Debug = -g
|
||||
|
||||
cygfuse.dll libfuse.a: cygfuse.cpp
|
||||
g++ $(Debug) -shared -o cygfuse.dll -Wl,--out-implib=libfuse.a -I../../inc/fuse cygfuse.cpp
|
||||
[ -n "$(Debug)" ] || strip cygfuse.dll
|
||||
|
||||
cygfuse-test.exe: cygfuse-test.c cygfuse.dll libfuse.a
|
||||
gcc $(Debug) -o cygfuse-test.exe -I../../inc/fuse -DCYGFUSE cygfuse-test.c -L$(PWD) -lfuse
|
Reference in New Issue
Block a user