]> pd.if.org Git - liblfds/blob - liblfds/liblfds6.1.1/liblfds611/runme_before_win_kernel_static_lib_build.bat
Initial import (all versions, including the new 7.1.0)
[liblfds] / liblfds / liblfds6.1.1 / liblfds611 / runme_before_win_kernel_static_lib_build.bat
1 @echo off\r
2 rmdir /q /s src\single_dir_for_windows_kernel 1>nul 2>nul\r
3 mkdir src\single_dir_for_windows_kernel 1>nul 2>nul\r
4 copy /y src\lfds611_abstraction\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
5 copy /y src\lfds611_freelist\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
6 copy /y src\lfds611_liblfds\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
7 copy /y src\lfds611_queue\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
8 copy /y src\lfds611_ringbuffer\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
9 copy /y src\lfds611_slist\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
10 copy /y src\lfds611_stack\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
11 copy /y sources.static src\single_dir_for_windows_kernel\sources 1>nul 2>nul\r
12 erase /f src\single_dir_for_windows_kernel\driver_entry.c 1>nul 2>nul\r
13 echo Windows kernel static library build directory structure created.\r
14 echo (Note the effects of this batch file are idempotent).\r
15 \r