makefile.am

来自「Simple DirectMedia Layer - Simple Direct」· AM 代码 · 共 26 行

AM
26
字号
## Makefile.am for SDL using the CyberGFX video drivernoinst_LTLIBRARIES = libvideo_cgx.lalibvideo_cgx_la_SOURCES = $(CGX_SRCS)# The SDL CyberGFX video driver sourcesCGX_SRCS = 			\	SDL_amigaevents.c	\	SDL_amigaevents_c.h	\	SDL_amigamouse.c	\	SDL_amigamouse_c.h	\	SDL_cgxaccel.c		\	SDL_cgxgl.c		\	SDL_cgxgl_c.h		\	SDL_cgximage.c		\	SDL_cgximage_c.h	\	SDL_cgxmodes.c		\	SDL_cgxmodes_c.h	\	SDL_cgxvideo.c		\	SDL_cgxvideo.h		\	SDL_cgxwm.c		\	SDL_cgxwm_c.h		\	SDL_cgxyuv.c		\	SDL_cgxyuv_c.h

⌨️ 快捷键说明

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