9bbe8a78b6
input bindings. They will work only with the latest CVS; otherwise, ./configure will disable them. There is a new command, 'script', which takes a single argument, also called 'script', containing PSL code (currently PSL requires a main() function). Erik Hofman has written some more elaborate code for triggering PSL code from drop-down menus and scheduling events; I will look at integrating that next.
5 lines
136 B
Makefile
5 lines
136 B
Makefile
noinst_LIBRARIES = libScripting.a
|
|
|
|
libScripting_a_SOURCES = scriptmgr.cxx scriptmgr.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|