view scripts/audio/module.mk @ 16618:13728d41fb6a

use functions to handle colors in Windows GUI terminal * QWinTerminalImpl.cpp (QConsolePrivate::backgroundColor, QConsolePrivate::foregroundColor, QConsolePrivate::selectionColor, QConsolePrivate::cursorColor, QConsolePrivate::setBackgroundColor, QConsolePrivate::setForegroundColor, QConsolePrivate::setSelectionColor, QConsolePrivate::setCursorColor): New functions. (QConsolePrivate::m_backgroundColor, QConsolePrivate::m_foregroundColor): Delete member variables. (QConsolePrivate::QConsolePrivate): Call setBackgroundColor and setForegroundColor to set default colors. (QWinTerminalImpl::viewPaintEvent): Use functions to access colors.
author John W. Eaton <jwe@octave.org>
date Mon, 06 May 2013 02:20:01 -0400
parents 8d20fb66a0dc
children
line wrap: on
line source

FCN_FILE_DIRS += audio

audio_FCN_FILES = \
  audio/lin2mu.m \
  audio/loadaudio.m \
  audio/mu2lin.m \
  audio/playaudio.m \
  audio/record.m \
  audio/saveaudio.m \
  audio/setaudio.m \
  audio/wavread.m \
  audio/wavwrite.m

FCN_FILES += $(audio_FCN_FILES)

PKG_ADD_FILES += audio/PKG_ADD

DIRSTAMP_FILES += audio/$(octave_dirstamp)