Mercurial > sdl-ios-xcode
comparison test/nds-test-progs/sprite2/Makefile @ 2695:c04a266c277a gsoc2008_nds
More sprite-driven texture work in the render/video drivers.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Sun, 17 Aug 2008 09:50:28 +0000 |
parents | e9f27fe4f2a1 |
children |
comparison
equal
deleted
inserted
replaced
2694:c1c7cb1b5a47 | 2695:c04a266c277a |
---|---|
117 $(OUTPUT).nds : $(OUTPUT).arm9 | 117 $(OUTPUT).nds : $(OUTPUT).arm9 |
118 $(OUTPUT).arm9 : $(OUTPUT).elf | 118 $(OUTPUT).arm9 : $(OUTPUT).elf |
119 $(OUTPUT).elf : $(OFILES) | 119 $(OUTPUT).elf : $(OFILES) |
120 | 120 |
121 #--------------------------------------------------------------------------------- | 121 #--------------------------------------------------------------------------------- |
122 %.pcx.o : %.pcx | 122 %.bin.o : %.bin |
123 #--------------------------------------------------------------------------------- | 123 #--------------------------------------------------------------------------------- |
124 @echo $(notdir $<) | 124 @echo $(notdir $<) |
125 @$(bin2o) | 125 @$(bin2o) |
126 | 126 |
127 | 127 |