Added dynamic module loading: now the Glk program (i.e., the
authorPhilip Chimento <philip.chimento@gmail.com>
Tue, 23 Dec 2008 06:15:17 +0000 (06:15 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Tue, 23 Dec 2008 06:15:17 +0000 (06:15 +0000)
commita578af18fe4946e35e866c1eec541c69989e0d5f
treef03a7e87fc273cd6549e05019f9522874045820a
parent82db17cf44e29708bb971b1da2e1e6d4d747fa9b
Added dynamic module loading: now the Glk program (i.e., the
interpreter) is loaded from a .so file.
The code from the Chimara library and the test program are now
completely separate.
Removed the use of error_dialog() from the library code and replaced
it with GTK warning functions.

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@15 ddfedd41-794f-dd11-ae45-00112f111e67
12 files changed:
aclocal.m4
config.h.in
configure.ac
ltmain.sh [new file with mode: 0755]
src/Makefile.am
src/chimara-glk.c
src/chimara-glk.h
src/fileref.c
src/input.c
src/main.c
src/model.c
src/strio.c