Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789101112131415 |
- REM Command file to create the 32-bit SNF4CGP module for Windows.
- REM
- REM Copyright (c) 2013 ARM Research Corporation
-
- call BuildExeX32.cmd
- IF %ERRORLEVEL% NEQ 0 (
- ECHO Error from BuildExeX32.cmd
- EXIT /B %ERRORLEVEL%
- )
-
- call CreateModule.cmd
- IF %ERRORLEVEL% NEQ 0 (
- ECHO Error from CreateModule.cmd
- EXIT /B %ERRORLEVEL%
- )
|