Skip to content

Commit

Permalink
Merge pull request #2 from caschulz88/master
Browse files Browse the repository at this point in the history
Added fix for bluescreen bugs in Dokan	and Include Windows 8 to installer to copy stuff
  • Loading branch information
zy26 committed Nov 26, 2014
2 parents e49306e + 585d7e1 commit 6f5c5d1
Show file tree
Hide file tree
Showing 10 changed files with 309 additions and 32 deletions.
5 changes: 5 additions & 0 deletions build_dokan_win7_x64.bat
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
13 changes: 13 additions & 0 deletions build_dokan_win7_x86.bat
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
5 changes: 5 additions & 0 deletions build_dokan_wlh_x64.bat
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
13 changes: 13 additions & 0 deletions build_dokan_wlh_x86.bat
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
5 changes: 5 additions & 0 deletions build_dokan_wnet_x64.bat
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
13 changes: 13 additions & 0 deletions build_dokan_wnet_x86.bat
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
13 changes: 13 additions & 0 deletions build_dokan_wxp_x86.bat
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
Loading

0 comments on commit 6f5c5d1

Please sign in to comment.