git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a325b66
)
added EXEEXT.
author
kramm
<kramm>
Mon, 20 Sep 2004 16:13:33 +0000
(16:13 +0000)
committer
kramm
<kramm>
Mon, 20 Sep 2004 16:13:33 +0000
(16:13 +0000)
avi2swf/Makefile.in
patch
|
blob
|
history
diff --git
a/avi2swf/Makefile.in
b/avi2swf/Makefile.in
index
98a936e
..
2dfe1c1
100644
(file)
--- a/
avi2swf/Makefile.in
+++ b/
avi2swf/Makefile.in
@@
-20,7
+20,7
@@
avi2swf.o: avi2swf.cc
v2swf.o: v2swf.c ../lib/q.h
$(C) $< -o $@
-avi2swf: avi2swf.o v2swf.o videoreader_avifile.o videoreader_vfw.o ../lib/q.o
+avi2swf$(E): avi2swf.o v2swf.o videoreader_avifile.o videoreader_vfw.o ../lib/q.o
$(LL) avi2swf.o v2swf.o videoreader_avifile.o videoreader_vfw.o ../lib/q.o -o avi2swf ../lib/librfxswf.a $(LIBS) $(VIDEO_LIBS)
$(STRIP) avi2swf