/[svn]/linuxsampler/trunk/src/shell/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/src/shell/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2528 - (show annotations) (download)
Mon Mar 3 12:02:40 2014 UTC (10 years ago) by schoenebeck
File size: 286 byte(s)
* LSCP shell: in case of multiple possibilities or non-terminal symbols,
  show them right to the current command line immediately while typing
  (no double tab required for this feature, as it would be the case in
  other shells)
* LSCP shell: fixed sluggish behavior when doing tab auto complete
* LSCP shell: fixed conflicting behavior between keyboard input and
  LSCP server evaluation result, that caused an inconsistent screen
  output (keybord input is now never printed directly on screen, only
  the result returned from LSCP server)

1 # set the include path found by configure
2 AM_CPPFLAGS= $(all_includes)
3
4 AM_CXXFLAGS = -Wreturn-type $(CXX_CPU_SWITCH)
5
6 bin_PROGRAMS = lscp
7 lscp_SOURCES = lscp.cpp TerminalCtrl.cpp LSCPClient.cpp KeyboardReader.cpp TerminalPrinter.cpp
8 lscp_LDADD = $(top_builddir)/src/liblinuxsampler.la

  ViewVC Help
Powered by ViewVC