⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 网络MPEG4IP流媒体开发源代码
💻 AM
字号:
## Makefile.am for the SDL event handling librarynoinst_LTLIBRARIES = libevents.la# Include the architecture-independent sourcesCOMMON_SRCS =			\	SDL_events.c		\	SDL_events_c.h		\	SDL_expose.c		\	SDL_sysevents.h		\	SDL_quit.c		\	SDL_active.c		\	SDL_keyboard.c		\	SDL_mouse.c		\	SDL_resize.clibevents_la_SOURCES = $(COMMON_SRCS)

⌨️ 快捷键说明

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