makefile
来自「从FFMPEG转换而来的H264解码程序,VC下编译..」· 代码 · 共 27 行
TXT
27 行
CFLAGS+= -I. -I../src -I../include
SRCS=combase.cpp ffvdub.cpp Tffvdub.cpp TpropertyPageSite.cpp base64.cpp
SRCS_C=bzip2/blocksort.c bzip2/bzlib.c bzip2/compress.c bzip2/crctable.c \
bzip2/decompress.c bzip2/huffman.c bzip2/randtable.c
SLIB=../../bin/ffvdub.vdf
DEF=ffvdub.def
GCCLIBS=-lstdc++ -lole32 -lgdi32 -lcomdlg32 -lwinmm -lcomctl32 -lole32 -luuid
CLLIBS=ole32.lib gdi32.lib comdlg32.lib winmm.lib comctl32.lib uuid.lib user32.lib
RESSRC=ffvdub.rc
include ../../src/makefile_c.inc
.all: $(SLIB)
clean:
rm -f *.o *~ $(SLIB) bzip2/*.o *.d bzip2/*.d
#
# include dependency files if they exist
#
-include $(SRCS:.cpp=.d) $(SRCS_C:.c=.d)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?