forked from clone/dokan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added build scripts for all supported operating systems
- Loading branch information
1 parent
a7a8b58
commit c7964ef
Showing
7 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set DOKAN_SRC_PATH=%cd% | ||
call C:\WinDDK\7600.16385.1\bin\setenv.bat C:\WinDDK\7600.16385.1\ chk x64 WIN7 | ||
cd %DOKAN_SRC_PATH% | ||
cd sys | ||
build /wcbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
set DOKAN_SRC_PATH=%cd% | ||
call C:\WinDDK\7600.16385.1\bin\setenv.bat C:\WinDDK\7600.16385.1\ chk x86 WIN7 | ||
cd %DOKAN_SRC_PATH% | ||
cd dokan | ||
build /wcbg | ||
cd ..\dokan_control | ||
build /wcbg | ||
cd ..\dokan_mirror | ||
build /wcbg | ||
cd ..\dokan_mount | ||
build /wcbg | ||
cd ..\sys | ||
build /wcbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set DOKAN_SRC_PATH=%cd% | ||
call C:\WinDDK\7600.16385.1\bin\setenv.bat C:\WinDDK\7600.16385.1\ chk x64 WLH | ||
cd %DOKAN_SRC_PATH% | ||
cd sys | ||
build /wcbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
set DOKAN_SRC_PATH=%cd% | ||
call C:\WinDDK\7600.16385.1\bin\setenv.bat C:\WinDDK\7600.16385.1\ chk x86 WLH | ||
cd %DOKAN_SRC_PATH% | ||
cd dokan | ||
build /wcbg | ||
cd ..\dokan_control | ||
build /wcbg | ||
cd ..\dokan_mirror | ||
build /wcbg | ||
cd ..\dokan_mount | ||
build /wcbg | ||
cd ..\sys | ||
build /wcbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set DOKAN_SRC_PATH=%cd% | ||
call C:\WinDDK\7600.16385.1\bin\setenv.bat C:\WinDDK\7600.16385.1\ chk x64 WNET | ||
cd %DOKAN_SRC_PATH% | ||
cd sys | ||
build /wcbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
set DOKAN_SRC_PATH=%cd% | ||
call C:\WinDDK\7600.16385.1\bin\setenv.bat C:\WinDDK\7600.16385.1\ chk x86 WNET | ||
cd %DOKAN_SRC_PATH% | ||
cd dokan | ||
build /wcbg | ||
cd ..\dokan_control | ||
build /wcbg | ||
cd ..\dokan_mirror | ||
build /wcbg | ||
cd ..\dokan_mount | ||
build /wcbg | ||
cd ..\sys | ||
build /wcbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
set DOKAN_SRC_PATH=%cd% | ||
call C:\WinDDK\7600.16385.1\bin\setenv.bat C:\WinDDK\7600.16385.1\ chk x86 WXP | ||
cd %DOKAN_SRC_PATH% | ||
cd dokan | ||
build /wcbg | ||
cd ..\dokan_control | ||
build /wcbg | ||
cd ..\dokan_mirror | ||
build /wcbg | ||
cd ..\dokan_mount | ||
build /wcbg | ||
cd ..\sys | ||
build /wcbg |