1
0
Fork 0
flightgear/src/Scripting/Makefile.am
david 9bbe8a78b6 Added simple proof-of-concept support for running PSL scripts from
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.
2003-01-11 16:30:32 +00:00

5 lines
136 B
Makefile

noinst_LIBRARIES = libScripting.a
libScripting_a_SOURCES = scriptmgr.cxx scriptmgr.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src