1
mirror of https://github.com/rclone/rclone synced 2024-09-22 20:52:03 +02:00

win-build.bat example bat file for building with WinFsp under Windows

This commit is contained in:
Nick Craig-Wood 2017-05-10 11:20:38 +01:00
parent f9500729b7
commit 79aa060e21

5
bin/win-build.bat Normal file
View File

@ -0,0 +1,5 @@
@echo off
echo Setting environment variables for mingw+WinFsp compile
set GOPATH=X:\go
set PATH=C:\Program Files\mingw-w64\i686-7.1.0-win32-dwarf-rt_v5-rev0\mingw32\bin;%PATH%
set CPATH=C:\Program Files\WinFsp\inc\fuse