makefile

来自「mesa-6.5-minigui源码」· 代码 · 共 27 行

TXT
27
字号
# src/mesa/drivers/dri/trident/MakefileTOP = ../../../../..include $(TOP)/configs/currentLIBNAME = trident_dri.so# Not yet# MINIGLX_SOURCES = server/trident_dri.c DRIVER_SOURCES = \	trident_context.c \	trident_state.c \	trident_vb.c \	trident_dd.c \	trident_tris.cC_SOURCES = \	$(COMMON_SOURCES) \	$(DRIVER_SOURCES)ASM_SOURCES = include ../Makefile.templatesymlinks:

⌨️ 快捷键说明

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