diff --git a/build_dokan_win7_x64.bat b/build_dokan_win7_x64.bat new file mode 100644 index 0000000..9c8bc37 --- /dev/null +++ b/build_dokan_win7_x64.bat @@ -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 \ No newline at end of file diff --git a/build_dokan_win7_x86.bat b/build_dokan_win7_x86.bat new file mode 100644 index 0000000..a7cccf3 --- /dev/null +++ b/build_dokan_win7_x86.bat @@ -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 \ No newline at end of file diff --git a/build_dokan_wlh_x64.bat b/build_dokan_wlh_x64.bat new file mode 100644 index 0000000..a05a2c8 --- /dev/null +++ b/build_dokan_wlh_x64.bat @@ -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 \ No newline at end of file diff --git a/build_dokan_wlh_x86.bat b/build_dokan_wlh_x86.bat new file mode 100644 index 0000000..e256431 --- /dev/null +++ b/build_dokan_wlh_x86.bat @@ -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 \ No newline at end of file diff --git a/build_dokan_wnet_x64.bat b/build_dokan_wnet_x64.bat new file mode 100644 index 0000000..ad987e0 --- /dev/null +++ b/build_dokan_wnet_x64.bat @@ -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 \ No newline at end of file diff --git a/build_dokan_wnet_x86.bat b/build_dokan_wnet_x86.bat new file mode 100644 index 0000000..640b94b --- /dev/null +++ b/build_dokan_wnet_x86.bat @@ -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 \ No newline at end of file diff --git a/build_dokan_wxp_x86.bat b/build_dokan_wxp_x86.bat new file mode 100644 index 0000000..bdbadef --- /dev/null +++ b/build_dokan_wxp_x86.bat @@ -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 \ No newline at end of file