⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makemon.pc

📁 一个两碟控制的VCD的代码,两碟之间的转动及连续播放,已大量生产的CODE.
💻 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 + -