?? makemon.pc
字號:
# Copyright 1997-1998, ESS Technology, Inc.# SCCSID @(#)makemon.pc 1.1 1/15/98## This makefile is to make the DRAM game monitor program# (PC version)## ## Compiler and Tools that we are using#ENVIRONMENT = c:/essvideoCOMPILE = $(ENVIRONMENT)/compilerBIN = $(COMPILE)/3204binTOOLS = $(ENVIRONMENT)/toolsPCTOOLS = $(ENVIRONMENT)/binAX = $(TOOLS)/axLD = $(TOOLS)/ldRLD = $(TOOLS)/mvdrldEVDRLD = $(TOOLS)/evdrldROM = $(TOOLS)/mvdromRM = $(PCTOOLS)/rm -fCP = copySED = $(PCTOOLS)/sedSCCSCMD = echoINCLUDES = -I$(COMPILE)/hLIBC = $(COMPILE)/libGCC_ROOT = $(ENVIRONMENT)/djgppGCC_BIN = $(GCC_ROOT)/binGCC = $(GCC_BIN)/gccCOFF2EXE = $(GCC_BIN)/coff2exeECHO = $(GCC_BIN)/echoFLAGS= -DVCB -O -S -DDVC -fcall-saved-r27 -muse_store_zero=0 -mcpu=RISCiit## Include common make stuff for UNIX and PC#include makemon.sh
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -