CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 00/04/18 15:35:49
Modified files:
. : ChangeLog aclocal.m4 config.h config.h.in
configure configure.in
src/core : kernel.c kevent.c kfile.c kgraphics.c klists.c
kmath.c kmenu.c kscripts.c ksound.c kstring.c
script.c simplesaid.c vm.c
src/graphics : con_font.c con_io.c graphics.c
src/include : console.h engine.h event.h graphics.h
graphics_ddraw.h graphics_ggi.h graphics_glx.h
kdebug.h kernel.h menubar.h resource.h vm.h
src/tools : Makefile.am sciconsole.c scriptdump.c
Log message:
* simplesaid.c should now treat "[ / bar ] foo" correctly
* build fixes all over the place
* all tools are now statically linked against libscigraphics.a. This is sub-
optimal.
Taking care of this cleanly will probably require libscicore.a to be split up
into two separate libs: libscicore.a (resource management, decompression), and
libsciengine.a (vm, kernel, etc).
I think I'll replace the 'core' directory with 'scicore' (core should be
reserved for core files, even if those don't belong into src/) and an 'engine'
one. I'm open to alternate suggestions, of course; I probably won't be able to
do this until saturday or sunday anyway.
-- Christoph