makefile.ori

来自「linux下的flash的播放源代码」· ORI 代码 · 共 45 行

ORI
45
字号
CPPFLAGS=-I/usr/include -I../mpglib# Comment out the following line if you use egcs :CXXFLAGS=-O3 -g -Wall  -fno-rtti -fno-exceptionsINCLUDES= adpcm.h        cxform.h       graphic.h      script.h       sqrt.h\	bitmap.h       displaylist.h  matrix.h       shape.h        swf.h\	button.h       flash.h        program.h      sound.h        text.h\	character.h    font.h         rect.h         sprite.h	movie.h rawplayer.h SWFOBJS=\	flash.o \	character.o \	shape.o \	button.o \	program.o \	bitmap.o \	displaylist.o \	font.o \	graphic.o \	text.o \	matrix.o \	script.o \	sound.o \	sprite.o \	movie.o \	cxform.o \	adpcm.o \	rawplayer.o#	bitstream.o#	dump.oall: libflash.alibflash.a: $(SWFOBJS)  	ar rcs $@ $(SWFOBJS) $(SWFOBJS): $(INCLUDES)clean:	rm -f $(SWFOBJS) *~ libflash.a.PHONY: plugin jpeg all

⌨️ 快捷键说明

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