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

📄 imakefile

📁 早期freebsd实现
💻
字号:
#include <Server.tmpl>SRCS =	topcat.c topcatgc.c tcscrinit.c tcGlyph.c tcPutImage.c tcCopPlan.c \	tcFillRct.c tcFillSp.c tcPntWin.c tcText.c tcPolyFSR.c tcTileOdd.c \	tccmap.cOBJS =	topcat.o topcatgc.o tcscrinit.o tcGlyph.o tcPutImage.o tcCopPlan.o \	tcFillRct.o tcFillSp.o tcPntWin.o tcText.o tcPolyFSR.o tcTileOdd.o \	tccmap.o/*SRCS =	topcat.c topcatgc.c tcLines.c tcGlyph.c tcPutImage.c tcCopPlan.c \	tcText.c tcshadow.c tcwindow.cOBJS =	topcat.o topcatgc.o tcLines.o tcGlyph.o tcPutImage.o tcCopPlan.o \	tcText.o tcshadow.o tcwindow.o*/#if BSD44        DEVINC = -I/sys/hp/dev#else        DEVINC = -I/sys/hpdev#endif   INCLUDES = -I. -I.. -I../include -I../../../include -I../../mi -I../mfb -I$(INCLUDESRC) \	     -I$(FONTSRC)/include $(DEVINC)   LINTLIBS = ../../../dix/llib-ldix.ln ../../../os/4.2bsd/llib-los.ln \	      ../mfb/llib-lmfb.ln ../cfb/llib-lcfb.ln ../../mi/llib-lmi.ln \	      ../llib-lhp.ln		NormalLibraryObjectRule()NormalLibraryTarget(topcat,$(OBJS))NormalLintTarget($(SRCS))lintlib:DependTarget()

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -