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

📄 makefile

📁 SDL库 在进行视频显示程序spcaview安装时必须的库文件
💻
字号:
EXPORTS = SDL.xHEADERS = \	../../../../include/SDL.h \	../../../../include/SDL_active.h \	../../../../include/SDL_audio.h \	../../../../include/SDL_cdrom.h \	../../../../include/SDL_copying.h \	../../../../include/SDL_cpuinfo.h \	../../../../include/SDL_endian.h \	../../../../include/SDL_error.h \	../../../../include/SDL_events.h \	../../../../include/SDL_joystick.h \	../../../../include/SDL_keyboard.h \	../../../../include/SDL_keysym.h \	../../../../include/SDL_loadso.h \	../../../../include/SDL_mouse.h \	../../../../include/SDL_mutex.h \	../../../../include/SDL_quit.h \	../../../../include/SDL_rwops.h \	../../../../include/SDL_syswm.h \	../../../../include/SDL_thread.h \	../../../../include/SDL_timer.h \	../../../../include/SDL_version.h \	../../../../include/SDL_video.hall: $(EXPORTS)$(EXPORTS): Makefile gendef.pl $(HEADERS)	perl gendef.pl $(HEADERS) >$@ || rm $@clean:	rm -f $(EXPORTS)

⌨️ 快捷键说明

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