]> pd.if.org Git - liblfds/blob - liblfds/liblfds7.1.0/test_and_benchmark/libtest/build/wdk_7.1/runme_before_win_kernel_static_lib_build.bat
Initial import (all versions, including the new 7.1.0)
[liblfds] / liblfds / liblfds7.1.0 / test_and_benchmark / libtest / build / wdk_7.1 / runme_before_win_kernel_static_lib_build.bat
1 @echo off
2 rmdir /q /s single_dir_for_windows_kernel                                                            1>nul 2>nul
3 mkdir single_dir_for_windows_kernel                                                                  1>nul 2>nul
4
5 copy /y ..\..\src\libtest_misc\*                       single_dir_for_windows_kernel\                1>nul 2>nul
6 copy /y ..\..\src\libtest_porting_abstraction_layer\*  single_dir_for_windows_kernel\                1>nul 2>nul
7 copy /y ..\..\src\libtest_results\*                    single_dir_for_windows_kernel\                1>nul 2>nul
8 copy /y ..\..\src\libtest_test\*                       single_dir_for_windows_kernel\                1>nul 2>nul
9 copy /y ..\..\src\libtest_tests\*                      single_dir_for_windows_kernel\                1>nul 2>nul
10 copy /y ..\..\src\libtest_testsuite\*                  single_dir_for_windows_kernel\                1>nul 2>nul
11 copy /y ..\..\src\libtest_threadset\*                  single_dir_for_windows_kernel\                1>nul 2>nul
12
13 copy /y ..\..\src\libtest_internal.h                   single_dir_for_windows_kernel\                1>nul 2>nul
14 copy /y sources.static                                 single_dir_for_windows_kernel\sources         1>nul 2>nul
15
16 echo Windows kernel static library build directory structure created.
17 echo (Note the effects of this batch file are idempotent).
18