Advertisement
tari

Untitled

Feb 4th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.41 KB | None | 0 0
  1. titlescreen.bin: titlescreen.png
  2.     convert565 $< $@
  3.  
  4. titlescreen.o: titlescreen.bin
  5.     objcopy -O elf32 -I binary --rename-section .data=.rodata,alloc,load,readonly,data,contents $< $@
  6.  
  7. foo.g3a: main.o titlescreen.o
  8.  
  9. # Refer to the contents of titlescreen.bin as a region of memory, like an array:
  10. # extern const char *_binary_titlescreen_bin_start;
  11. # extern const char *_binary_titlescreen_bin_end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement