?? makefile.am
字號:
## 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -