libctru/examples
Dave Murphy cbb00e413d Automate graphics conversion
Makefile:

- Don't set DATA, we're no longer embedding files from there directly

- Add folders from GRAPHICS to VPATH. This is how make finds the source files

- Add PNGFILES variable containing all png files from GRAPHICS folders

- Add png files to OFILES with extension changed to rgb.o

- Add rule to create .rgb.o fromn .rgb using normal bin2o macro

- Add rule to create .rgb from .png using imagemagick

source/main.c

- the extension has changed to .rgb so the header is now <filename>_rgb.h and the variables end in _rgb
2014-12-15 12:35:03 +00:00
..
app_launch Revert "Update example makefiles" 2014-12-05 13:47:57 +00:00
gpu Revert "Update example makefiles" 2014-12-05 13:47:57 +00:00
graphics/bitmap/24bit-color Automate graphics conversion 2014-12-15 12:35:03 +00:00
http Revert "Update example makefiles" 2014-12-05 13:47:57 +00:00
libapplet_launch Revert "Update example makefiles" 2014-12-05 13:47:57 +00:00
mic Revert "Update example makefiles" 2014-12-05 13:47:57 +00:00
mvd Revert "Update example makefiles" 2014-12-05 13:47:57 +00:00
sdmc Revert "Update example makefiles" 2014-12-05 13:47:57 +00:00
.gitignore Add .gitignore to examples 2014-08-26 22:51:50 +02:00