Hi,
I have the following package definition. 
How do I compile all my components listed in my .ASD, as well as ALL their 
package dependencies to C source? 

In other words, I want to keep all .C/.H files that go into building the native 
executable. In this case, this 
includes
 .C files for cl-opengl, as well as for whatever packages cl-opengl 
needs (cffi, alexandria, etc) that's listed in its .ASD file, e.g. 
https://github.com/3b/cl-opengl/blob/master/cl-opengl.asd.

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")))


thanks!                                                                         
          
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to