]> pd.if.org Git - liblfds/blob - liblfds/liblfds6.0.1/liblfds601/runme_before_win_kernel_static_lib_build.bat
Initial import (all versions, including the new 7.1.0)
[liblfds] / liblfds / liblfds6.0.1 / liblfds601 / 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\lfds601_abstraction\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
5 copy /y src\lfds601_freelist\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
6 copy /y src\lfds601_queue\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
7 copy /y src\lfds601_ringbuffer\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
8 copy /y src\lfds601_slist\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
9 copy /y src\lfds601_stack\* src\single_dir_for_windows_kernel 1>nul 2>nul\r
10 copy /y sources.static src\single_dir_for_windows_kernel\sources 1>nul 2>nul\r
11 erase /f src\single_dir_for_windows_kernel\driver_entry.c 1>nul 2>nul\r
12 echo Windows kernel static library build directory structure created.\r
13 echo (Note the effects of this batch file are idempotent).\r
14 \r