?? dlram.cmd
字號:
@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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -