makefile.am
来自「Simple DirectMedia Layer - Simple Direct」· AM 代码 · 共 17 行
AM
17 行
## Makefile.am for SDL using the GGI video drivernoinst_LTLIBRARIES = libvideo_ggi.lalibvideo_ggi_la_SOURCES = $(GGI_SRCS)libvideo_ggi_la_LIBADD = -lggi -lgii -lgg# The SDL GGI video driver sourcesGGI_SRCS = \ SDL_ggikeys.h \ SDL_ggivideo.h \ SDL_ggievents.c \ SDL_ggimouse.c \ SDL_ggivideo.c \ SDL_ggievents_c.h \ SDL_ggimouse_c.h \
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?