diff options
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 3 | ||||
-rw-r--r-- | images/remotecontrol.jpg | bin | 0 -> 16198 bytes | |||
-rw-r--r-- | images/remotecontrol.png | bin | 91260 -> 0 bytes | |||
-rw-r--r-- | images/tv.jpg | bin | 0 -> 48098 bytes | |||
-rw-r--r-- | images/tv.png | bin | 224804 -> 0 bytes |
5 files changed, 3 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile index d8ea5e1..1e6a583 100644 --- a/images/Makefile +++ b/images/Makefile @@ -37,6 +37,9 @@ all: libimages.a %.cpp: %.png $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/png" $< +%.cpp: %.jpg + $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/jpg" $< + %.cpp: %.ico $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/x-icon" $< diff --git a/images/remotecontrol.jpg b/images/remotecontrol.jpg Binary files differnew file mode 100644 index 0000000..9d4ad05 --- /dev/null +++ b/images/remotecontrol.jpg diff --git a/images/remotecontrol.png b/images/remotecontrol.png Binary files differdeleted file mode 100644 index a39c554..0000000 --- a/images/remotecontrol.png +++ /dev/null diff --git a/images/tv.jpg b/images/tv.jpg Binary files differnew file mode 100644 index 0000000..34aee1c --- /dev/null +++ b/images/tv.jpg diff --git a/images/tv.png b/images/tv.png Binary files differdeleted file mode 100644 index cf83a28..0000000 --- a/images/tv.png +++ /dev/null |