mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 23:12:21 +00:00
[CHG] raw2c.exe is no longer distributed with the composition example
This commit is contained in:
parent
0e015068fe
commit
f35a165d94
2 changed files with 1 additions and 1 deletions
|
@ -73,4 +73,4 @@ run : $(DOL)
|
||||||
.PRECIOUS : %.c
|
.PRECIOUS : %.c
|
||||||
%.c : %.png
|
%.c : %.png
|
||||||
@echo Converting resource: $<
|
@echo Converting resource: $<
|
||||||
@./raw2c.exe $< 2>nul
|
@$(BINDIR)/raw2c.exe $< 2>nul
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue