makefile.am
来自「mini gui 1.6.8 lib and source」· AM 代码 · 共 21 行
AM
21 行
## Makefile.am for the null video driverTOP_DIR=../../..INCLUDES=-I../../../include -I../../include -I../noinst_LTLIBRARIES = libvideo_null.la# The SDL null video driver sourcesSRC_FILES = \ nullvideo.cHDR_FILES= \ nullvideo.hlibvideo_null_la_SOURCES = $(SRC_FILES) $(HDR_FILES)EXTRA_DIST=makefile.ng makefile.msvcLIB_NAME=libvideo_null
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?