makefile
来自「mesa-6.5-minigui源码」· 代码 · 共 34 行
TXT
34 行
# src/mesa/drivers/dri/mach64/MakefileTOP = ../../../../..include $(TOP)/configs/currentLIBNAME = mach64_dri.so# Not yet# MINIGLX_SOURCES = server/mach64_dri.c DRIVER_SOURCES = \ mach64_context.c \ mach64_ioctl.c \ mach64_screen.c \ mach64_span.c \ mach64_state.c \ mach64_tex.c \ mach64_texmem.c \ mach64_texstate.c \ mach64_tris.c \ mach64_vb.c \ mach64_dd.c \ mach64_lock.cC_SOURCES = \ $(COMMON_SOURCES) \ $(DRIVER_SOURCES)ASM_SOURCES = include ../Makefile.templatesymlinks:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?