qse/qse
2009-02-13 04:55:25 +00:00
..
autoconf renamed ase to qse 2008-12-21 20:30:00 +00:00
cmd fixed minor bugs and cleaned up code 2009-02-13 04:55:25 +00:00
doc renamed some functions, variables, definitions, etc to shorten names. 2009-02-02 08:28:04 +00:00
include fixed minor bugs and cleaned up code 2009-02-13 04:55:25 +00:00
lib fixed minor bugs and cleaned up code 2009-02-13 04:55:25 +00:00
test more code enhancement 2009-01-29 08:50:30 +00:00
aclocal.m4 renamed ase to qse 2008-12-21 20:30:00 +00:00
configure started working on a stream editor (qse_sed_t) 2009-02-04 08:29:11 +00:00
configure.ac started working on a stream editor (qse_sed_t) 2009-02-04 08:29:11 +00:00
LICENSE added the LICENSE file 2008-12-27 04:35:14 +00:00
Makefile.am corrected a problem of not honoring DESTDIR in Makefile.am 2009-01-21 08:07:39 +00:00
Makefile.in corrected a problem of not honoring DESTDIR in Makefile.am 2009-01-21 08:07:39 +00:00
README cleaned up code a little 2009-02-03 03:54:32 +00:00

QSE provides a script engine for various scripting languages. It aims to produce a script engine framework that can be embedded into an application. A hosting application can access various aspects of the embedded script engine and vice versa.

<< INSTALL >>

Cross compiling for WIN32 with MINGW32

	./configure --host=i586-mingw32msvc --target=i586-mingw32msvc --enable-syscall
	make 

<< DOCUMENTATION >>

Generate the API documents with robodoc.
	
	robodoc --rc doc/robodoc.rc --css doc/robodoc.css --src include/qse --doc ./doc/qse --multidoc --index --html --source_line_numbers --nopre