Просмотр исходного кода

Release preparation: Fixed gen_pack.bat.
Relocated CMSIS/DSP/Lib was not copied.

Change-Id: I1cde1cf3b641861d366cc31e823d1131a65d05dc

Jonatan Antoni 7 лет назад
Родитель
Сommit
f35c2903bb
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      CMSIS/Utilities/gen_pack.bat

+ 1 - 0
CMSIS/Utilities/gen_pack.bat

@@ -63,6 +63,7 @@ XCOPY /Q /S /Y ..\..\CMSIS\DSP\Include\*.* %RELEASE_PATH%\CMSIS\DSP\Include\*.*
 XCOPY /Q /S /Y ..\..\CMSIS\DSP\Source\*.* %RELEASE_PATH%\CMSIS\DSP\Source\*.*
 XCOPY /Q /S /Y ..\..\CMSIS\DSP\Projects\*.* %RELEASE_PATH%\CMSIS\DSP\Projects\*.*
 XCOPY /Q /S /Y ..\..\CMSIS\DSP\Examples\*.* %RELEASE_PATH%\CMSIS\DSP\Examples\*.*
+XCOPY /Q /S /Y ..\..\CMSIS\DSP\Lib\*.* %RELEASE_PATH%\CMSIS\DSP\Lib\*.*
 
 :: -- NN files 
 XCOPY /Q /S /Y ..\..\CMSIS\NN\*.* %RELEASE_PATH%\CMSIS\NN\*.*