From 774ff203e300603c42acac92280e386cc71c370f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 8 Nov 2002 13:22:13 +0000 Subject: [PATCH] r3353: *** empty log message *** --- -clim/fli-templates.lisp | 2 ++ -clim/lw-build-exec.lisp | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 -clim/fli-templates.lisp 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) -- 2.34.1