From: Kevin M. Rosenberg Date: Fri, 8 Nov 2002 13:22:13 +0000 (+0000) Subject: r3353: *** empty log message *** X-Git-Tag: debian-1.0.14-3~40 X-Git-Url: http://git.kpe.io/?p=reversi.git;a=commitdiff_plain;h=774ff203e300603c42acac92280e386cc71c370f r3353: *** empty log message *** --- diff --git a/-clim/fli-templates.lisp b/-clim/fli-templates.lisp new file mode 100644 index 0000000..d3b2b26 --- /dev/null +++ b/-clim/fli-templates.lisp @@ -0,0 +1,2 @@ + +(FLI::DEFINE-PRECOMPILED-FOREIGN-OBJECT-SETTER-FUNCTIONS (((:XT-ARG XM-LIBRARY::$ROW-COLUMN-ROW-COLUMN-TYPE) :SIZE COMMON-LISP:NIL))) \ No newline at end of file diff --git a/-clim/lw-build-exec.lisp b/-clim/lw-build-exec.lisp index 7081f23..7743d57 100644 --- a/-clim/lw-build-exec.lisp +++ b/-clim/lw-build-exec.lisp @@ -1,4 +1,8 @@ (asdf:oos 'asdf:load-op 'reversi) -#+lispworks +(let ((path (make-pathname :defaults *load-truename* + :name "fli-templates"))) + (compile-file path) + (load (compile-file-pathname path))) + (deliver 'reversi::clim-reversi "cl-reversi" 5 :multiprocessing t)