Skip to content
Snippets Groups Projects
Commit e0136a8f authored by ram's avatar ram
Browse files

New compilation hacks.

parent ba56d44e
No related branches found
No related tags found
No related merge requests found
;;; -*- Mode: Lisp; Package: Xlib; Log: clx.log -*- ;;; -*- Mode: Lisp; Package: Xlib; Log: clx.log -*-
;;; Load this file if you want to compile CLX in its entirety. ;;; Load this file if you want to compile CLX in its entirety.
#+nil
(proclaim '(optimize (speed 3) (safety 0) (space 1) (proclaim '(optimize (speed 3) (safety 0) (space 1)
(compilation-speed 0))) (compilation-speed 0)))
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
;(make-package "XLIB" :use '("LISP")) ;(make-package "XLIB" :use '("LISP"))
(compile-file "clx:defsystem.lisp" :error-file nil :load t)
(compile-file "clx:defsystem.lisp" :error-file nil) (with-compilation-unit ()
(load "clx:defsystem.fasl") (xlib:compile-clx (pathname "clx:")))
(xlib:compile-clx (pathname "clx:"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment