Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 297:26fc4446ac09
prev278:a66aaa522d31
next344:bac957de4843
author nkeynes
date Wed Jan 31 10:31:53 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Fix sprites not setting clip mode
Fix clip-inside vertical size
file annotate diff log raw
1.1 --- a/test/Makefile Sun Jan 14 02:53:11 2007 +0000
1.2 +++ b/test/Makefile Wed Jan 31 10:31:53 2007 +0000
1.3 @@ -112,6 +112,10 @@
1.4 readdata: crt0.so readdata.so
1.5 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.6
1.7 +rend: crt0.so rendload.so asic.so lib.so timer.so pvr.so
1.8 + $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.9 + $(SH4OBJCOPY) rend rend.bin
1.10 +
1.11 .PHONY : clean
1.12 clean:
1.13 rm -f *.o *.so *.ao *.ac *.bin mapleid ide readmem dumpasic
.