qse/qse
2009-01-27 09:26:15 +00:00
..
autoconf renamed ase to qse 2008-12-21 20:30:00 +00:00
cmd added QSE_FIO_TEXT to qse_fio_t 2009-01-27 09:26:15 +00:00
doc finished interim implementation of qse_timegm() and qse_timelocal(). 2008-12-30 04:49:25 +00:00
include added QSE_FIO_TEXT to qse_fio_t 2009-01-27 09:26:15 +00:00
lib added QSE_FIO_TEXT to qse_fio_t 2009-01-27 09:26:15 +00:00
test added QSE_FIO_TEXT to qse_fio_t 2009-01-27 09:26:15 +00:00
aclocal.m4 renamed ase to qse 2008-12-21 20:30:00 +00:00
configure added QSE_FIO_TEXT to qse_fio_t 2009-01-27 09:26:15 +00:00
configure.ac added QSE_FIO_TEXT to qse_fio_t 2009-01-27 09:26:15 +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 interim commit for qse_pio_t 2009-01-14 04:30: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