[Ecls-list] compile package dependencies to C
Matthew Mondor
mm_lists at pulsar-zone.net
Fri Mar 1 22:26:36 UTC 2013
On Fri, 1 Mar 2013 14:30:41 -0500
Sam Sam <gamgee202 at hotmail.com> wrote:
> Currently, i use (asdf:make-build :example but that doesnt leave any C files around.
>
> example.asd:
>
> (defsystem :example
> :depends-on (:cl-opengl :cl-glu :cl-glut)
> :serial t
> :components ((:file "simple")))
I've not tried it with asdf, but does setting C::*DELETE-FILES* to NIL
help?
--
Matt
More information about the ecl-devel
mailing list