mdk_build.bat 142 B

12345678
  1. @echo off
  2. if "%KEIL_DIR%" == "" (
  3. set "KEIL_DIR=C:\Keil_v5"
  4. )
  5. :: Build Project
  6. "%KEIL_DIR%\UV4\UV4.exe" -r mdk_clang.uvprojx -o output.txt