makefile.am
来自「Simple DirectMedia Layer - Simple Direct」· AM 代码 · 共 21 行
AM
21 行
## Makefile.am for SDL using the nanox video drivernoinst_LTLIBRARIES = libvideo_nanox.lalibvideo_nanox_la_SOURCES = $(NANOX_SRCS)# The SDL nanox video driver sourcesNANOX_SRCS = \ SDL_nxmodes.c \ SDL_nxmodes_c.h \ SDL_nxmouse.c \ SDL_nxmouse_c.h \ SDL_nxvideo.c \ SDL_nxvideo.h \ SDL_nxwm.c \ SDL_nxwm_c.h \ SDL_nxevents.c \ SDL_nxevents_c.h \ SDL_nximage.c \ SDL_nximage_c.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?