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.
Merge pull request #2 from caschulz88/master
Added fix for bluescreen bugs in Dokan and Include Windows 8 to installer to copy stuff
- Loading branch information
Showing
10 changed files
with
309 additions
and
32 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 |
Oops, something went wrong.