You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BuildModuleX64.cmd 337B

123456789101112131415
  1. REM Command file to create the 64-bit SNF4CGP module for Windows.
  2. REM
  3. REM Copyright (c) 2013 ARM Research Corporation
  4. call BuildExeX64.cmd
  5. IF %ERRORLEVEL% NEQ 0 (
  6. ECHO Error from BuildExeX64.cmd
  7. EXIT /B %ERRORLEVEL%
  8. )
  9. call CreateModule.cmd
  10. IF %ERRORLEVEL% NEQ 0 (
  11. ECHO Error from CreateModule.cmd
  12. EXIT /B %ERRORLEVEL%
  13. )