makefile.am

来自「mini gui 1.6.8 lib and source」· AM 代码 · 共 24 行

AM
24
字号
## Makefile.am for MiniGUI using the framebuffer console video driverINCLUDES=-I../../../include -I../../include -I../noinst_LTLIBRARIES = libvideo_fbcon.lalibvideo_fbcon_la_SOURCES = $(FBCON_SRCS)# The SDL framebuffer console video driver sourcesFBCON_SRCS =        \    fbvideo.h       \    fb3dfx.c        \    fb3dfx.h        \    fbmatrox.c      \    fbmatrox.h      \    fbvideo.c       \    3dfx_mmio.h     \    3dfx_regs.h     \    matrox_mmio.h   \    matrox_regs.h   \    fbneomagic.c    \    fbneomagic.h    \    neomagic_mmio.h

⌨️ 快捷键说明

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