dlram.cmd
来自「在高通的手机平台下,一个下载手机.bin文件到手机的flash中的工具,包含PC」· CMD 代码 · 共 30 行
CMD
30 行
@echo off
REM
REM
REM===========================================================================
REM
REM EDIT HISTORY FOR FILE
REM This section contains comments describing changes made to the module.
REM Notice that changes are listed in reverse chronological order.
REM
REM $PVCSPath: L:/src/asw/MSM6050/vcs/jf29pds322.cmd_v 1.0 07 Nov 2001 12:54:08 dionh $
REM $Header: L:/src/asw/MSM6050/vcs/jf29pds322.cmd_v 1.0 07 Nov 2001 12:54:08 dionh $ $DateTime$ $Author$
REM
REM when who what, where, why
REM -------- -------- -------------------------------------------------------
REM 06/07/04 gx.jiang New for TOSHIBA_TC58FVM7T2A - created from jf*****.cmd
REM
REM Copyright (c) 2004 by LeadTech Incorporated.
REM All Rights Reserved.
REM===========================================================================
if exist dlram.sym del /f /q dlram.sym
if exist dlram.map del /f /q dlram.map
if exist builddlram.log del /f /q builddlram.old.log && move builddlram.log builddlram.old.log > nul
make -f dlram.mak %1 2>&1 | perl tee.pl builddlram.log
rem make -f dlram.mak depend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?