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.
PhoenixSDK/sys/kernel/make.bat

5 lines
180 B

@echo off
cd /d %initdir%
set s_time=%time%
for %%f in (%feature%) do if exist %appdir%\%%f\make\%1.bat call %appdir%\%%f\make\%1.bat %2 %3 %4 %5
echo%s_time%开始,到%time%结束!