Additional Makefile rules and source files for issue #29.
This adds source png and xcf files for checkers pieces. Also adds Makefile rules using xxd to convert .png -> .h as requested by Albrecht in issue #29, (hmm, no comment numbers github?)..message dated "June 22nd 2019 4:22am PDT".
This commit is contained in:
parent
c9c51dbc48
commit
446c707771
@ -580,6 +580,16 @@ cairo_test$(EXEEXT): cairo_test.o
|
||||
$(CXX) $(ARCHFLAGS) $(CXXFLAGS) $(CAIROFLAGS) $(LDFLAGS) -o $@ cairo_test.o $(LINKFLTK) $(LINKFLTKCAIRO) $(GLDLIBS)
|
||||
$(OSX_ONLY) ../fltk-config --post $@
|
||||
|
||||
# Checkers .png -> .h conversion
|
||||
pixmaps/black_checker_king_png.h: pixmaps/black_checker_king.png
|
||||
xxd -i $< > $@
|
||||
pixmaps/white_checker_king_png.h: pixmaps/white_checker_king.png
|
||||
xxd -i $< > $@
|
||||
pixmaps/black_checker_png.h: pixmaps/black_checker.png
|
||||
xxd -i $< > $@
|
||||
pixmaps/white_checker_png.h: pixmaps/white_checker.png
|
||||
xxd -i $< > $@
|
||||
|
||||
#
|
||||
# End of "$Id$".
|
||||
#
|
||||
|
1247
test/makedepend
1247
test/makedepend
File diff suppressed because it is too large
Load Diff
BIN
test/pixmaps/black_checker.png
Normal file
BIN
test/pixmaps/black_checker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
test/pixmaps/black_checker_king.png
Normal file
BIN
test/pixmaps/black_checker_king.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
test/pixmaps/checkers-pieces.xcf
Normal file
BIN
test/pixmaps/checkers-pieces.xcf
Normal file
Binary file not shown.
BIN
test/pixmaps/white_checker.png
Normal file
BIN
test/pixmaps/white_checker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
test/pixmaps/white_checker_king.png
Normal file
BIN
test/pixmaps/white_checker_king.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Loading…
Reference in New Issue
Block a user