qse/qse
2009-03-11 07:38:35 +00:00
..
autoconf renamed ase to qse 2008-12-21 20:30:00 +00:00
cmd documented qse_awk_rtx_valtostr() and renamed qse_awk_rtx_valtostrdup() 2009-03-02 03:58:19 +00:00
doc documented qse_awk_rtx_valtostr() and renamed qse_awk_rtx_valtostrdup() 2009-03-02 03:58:19 +00:00
include sed - enhanced a function to get text following 'a', 'i', 'c'. 2009-03-11 07:38:35 +00:00
lib sed - enhanced a function to get text following 'a', 'i', 'c'. 2009-03-11 07:38:35 +00:00
test sed - enhanced a function to get text following 'a', 'i', 'c'. 2009-03-11 07:38:35 +00:00
aclocal.m4 renamed ase to qse 2008-12-21 20:30:00 +00:00
configure started adding sed code 2009-03-02 21:44:36 +00:00
configure.ac started adding sed code 2009-03-02 21:44:36 +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 changed robodoc configuration. 2009-02-21 23:06:45 +00:00

QSE provides a script engine for various scripting languages and utility programs. It aims to produce a flexible 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 . --doc ./doc/qse