summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-15 16:08:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-15 16:08:06 -0600
commit57aa5b7bfc908170d9b068ebf71696bafdea473d (patch)
treeeee07c0bf503340a7cbf67028d15361d333e58f7 /NxWidgets/libnxwidgets/Makefile
parent7ef1ad19448670543bece35c3a6119e6a440c778 (diff)
downloadpx4-nuttx-57aa5b7bfc908170d9b068ebf71696bafdea473d.tar.gz
px4-nuttx-57aa5b7bfc908170d9b068ebf71696bafdea473d.tar.bz2
px4-nuttx-57aa5b7bfc908170d9b068ebf71696bafdea473d.zip
Add a 320x320 NuttX logo image
Diffstat (limited to 'NxWidgets/libnxwidgets/Makefile')
-rw-r--r--NxWidgets/libnxwidgets/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/Makefile b/NxWidgets/libnxwidgets/Makefile
index cf219cc7e..5ef061339 100644
--- a/NxWidgets/libnxwidgets/Makefile
+++ b/NxWidgets/libnxwidgets/Makefile
@@ -66,7 +66,7 @@ CXXSRCS += cscrollingpanel.cxx cscrollingtextbox.cxx csliderhorizontal.cxx
CXXSRCS += csliderhorizontalgrip.cxx cslidervertical.cxx csliderverticalgrip.cxx
CXXSRCS += cstickybutton.cxx cstickybuttonarray.cxx ctabpanel.cxx ctextbox.cxx
# Images
-CXXSRCS += glyph_nxlogo.cxx
+CXXSRCS += glyph_nxlogo160x160.cxx glyph_nxlogo320x320.cxx
CXXSRCS += glyph_arrowdown.cxx glyph_checkboxon.cxx glyph_screendepthup.cxx
CXXSRCS += glyph_arrowleft.cxx glyph_control.cxx glyph_screenflipdown.cxx
CXXSRCS += glyph_arrowright.cxx glyph_cycle.cxx glyph_screenflipup.cxx