You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@echo off
|
|
|
|
set Target=cmsis_dsp_library_for_fft
|
|
|
|
set Date=_%date:~0,4%%date:~5,2%%date:~8,2%
|
|
|
|
|
|
cd .\CMSIS-DSP-library-ouput
|
|
del *.lib
|
|
copy ..\Objects\%Target%.lib .\%Target%.lib
|
|
ren %Target%.lib %Target%%Date%.lib
|
|
|