NxWM: Rename all glyphs to include the size of the glyph as part of the filename

This commit is contained in:
Gregory Nutt 2014-07-12 14:40:15 -06:00
parent 6e0be1184f
commit b876b1c95d
10 changed files with 13 additions and 13 deletions

View File

@ -75,12 +75,12 @@ CXXSRCS += cnxconsole.cxx
endif
# Images
CXXSRCS += glyph_calculator.cxx glyph_calibration.cxx glyph_cmd.cxx
CXXSRCS += glyph_minimize.cxx glyph_nsh.cxx glyph_play24x24.cxx glyph_start.cxx
CXXSRCS += glyph_stop.cxx
CXXSRCS += glyph_calculator24x25.cxx glyph_calibration24x21.cxx glyph_cmd25x22.cxx
CXXSRCS += glyph_minimize21x21.cxx glyph_nsh25x25.cxx glyph_play24x24.cxx
CXXSRCS += glyph_start25x25.cxx glyph_stop21x21.cxx
ifeq ($(CONFIG_NXWM_MEDIAPLAYER),y)
CXXSRCS += glyph_mediaplayer.cxx cmediaplayer.cxx glyph_mplayer_controls.cxx
CXXSRCS += glyph_mediaplayer24x24.cxx cmediaplayer.cxx glyph_mplayer_controls32x32.cxx
endif
SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS)

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* NxWidgets/nxwm/src/glyph_calculator.cxx
* NxWidgets/nxwm/src/glyph_calculator24x25.cxx
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* NxWidgets/nxwm/src/glyph_calibration.cxx
* NxWidgets/nxwm/src/glyph_calibration24x21.cxx
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* NxWidgets/nxwm/src/glyph_cmd.cxx
* NxWidgets/nxwm/src/glyph_cmd24x22.cxx
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* NxWidgets/nxwm/src/glyph_mediaplayer.cxx
* NxWidgets/nxwm/src/glyph_mediaplayer24x24.cxx
*
* Copyright (C) 2013 Ken Pettit. All rights reserved.
* Author: Ken Pettit <pettitkd@gmail.com>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* NxWidgets/nxwm/src/glyph_minimize.cxx
* NxWidgets/nxwm/src/glyph_minimize21x21.cxx
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* NxWidgets/nxwm/src/glyph_mediaplayer.cxx
* NxWidgets/nxwm/src/glyph_mediaplayer32x32.cxx
*
* Copyright (C) 2013 Ken Pettit. All rights reserved.
* Author: Ken Pettit <pettitkd@gmail.com>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* NxWidgets/nxwm/src/glyph_nsh.cxx
* NxWidgets/nxwm/src/glyph_nsh25x25.cxx
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* NxWidgets/nxwm/src/glyph_start.cxx
* NxWidgets/nxwm/src/glyph_start25x25.cxx
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/********************************************************************************************
* NxWidgets/nxwm/src/glyph_stop.cxx
* NxWidgets/nxwm/src/glyph_stop21x21.cxx
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>