Added dynamic module loading: now the Glk program (i.e., the
authorfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Tue, 23 Dec 2008 06:15:17 +0000 (06:15 +0000)
committerfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Tue, 23 Dec 2008 06:15:17 +0000 (06:15 +0000)
commit0d3a3e9d1aefbfb3d61b0ae98d543959874e4f78
treef03a7e87fc273cd6549e05019f9522874045820a
parentd672987c7dde878948abb2bb5156bd114b515c98
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.
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