makemon.pc
来自「一个两碟控制的VCD的代码,两碟之间的转动及连续播放,已大量生产的CODE.」· PC 代码 · 共 43 行
PC
43 行
# 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 + =
减小字号Ctrl + -
显示快捷键?