makefile.lite

来自「wince下著名的视频播放器源码」· LITE 代码 · 共 17 行

LITE
17
字号
## GNU makefile#topdir = ../../..LIB_NAME = libgetoptINCLUDES = -I$(topdir)/include -I$(topdir)/include/shareSRCS_C = \	getopt.c \	getopt1.cinclude $(topdir)/build/lib.mk# DO NOT DELETE THIS LINE -- make depend depends on it.

⌨️ 快捷键说明

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