Skip to content

Commit

Permalink
- Added build scripts for all supported operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
caschulz88 committed Oct 22, 2014
1 parent a7a8b58 commit c7964ef
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 0 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

0 comments on commit c7964ef

Please sign in to comment.