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:
51b1538
)
added target: movie (type 'make movies' to build all example swfs)
author
boehme
<boehme>
Fri, 2 Nov 2001 11:48:20 +0000
(11:48 +0000)
committer
boehme
<boehme>
Fri, 2 Nov 2001 11:48:20 +0000
(11:48 +0000)
lib/example/Makefile
patch
|
blob
|
history
diff --git
a/lib/example/Makefile
b/lib/example/Makefile
index
6b1787c
..
085b352
100644
(file)
--- a/
lib/example/Makefile
+++ b/
lib/example/Makefile
@@
-11,6
+11,16
@@
DBFLAGS = -g2
all: jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text
+movies: jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text
+ ./jpegtest
+ ./box
+ ./shape1
+ ./transtest
+ ./zlibtest
+ ./sprites
+ ./buttontest
+ ./text
+
box: $(RFXSWF) box.o
$(CC) -o box box.o $(RFXSWF) $(LDLIBS) $(DBFLAGS)