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.

10 lines
142 B

5 months ago
5 months ago
  1. cd build
  2. make -j8
  3. if %errorlevel% neq 0 (
  4. echo Build failed
  5. pause
  6. exit /b 1
  7. )
  8. cd ..
  9. copy build\a8000_pc_upper.exe appenv\app.exe