?? makefile.am
字號:
## Makefile.am for the SDL cdrom librarynoinst_LTLIBRARIES = libcdrom.la# Define which subdirectories need to be builtSUBDIRS = @CDROM_SUBDIRS@DIST_SUBDIRS = aix beos bsdi dc dummy freebsd linux macos openbsd qnx win32DRIVERS = @CDROM_DRIVERS@# Include the architecture-independent sourcesCOMMON_SRCS = \ SDL_cdrom.c \ SDL_syscdrom.hlibcdrom_la_SOURCES = $(COMMON_SRCS)libcdrom_la_LIBADD = $(DRIVERS)libcdrom_la_DEPENDENCIES = $(DRIVERS)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -