On Thu, 13 Jun 2013 10:32:39 +0900
Dietrich Bollmann <dietr...@formgames.org> wrote:

> In my ECL FFI code I rely on the C++ class 'Cube' implemented in 'Cube.h'
> and 'Cube.cpp'.
> [...]
> Is there a better way - for example a keyword parameter for
> 'asdf:make-build' etc. - which allows to add object files etc. to the
> command line generated by 'asdf:make-build'?

Personally I'm not very familiar with the ASDF build process, but
perhaps as an alternative example I can post a GNU makefile using ECL
as a build toolchain directly, in case it inspires you:

http://cvs.pulsar-zone.net/cgi-bin/cvsweb.cgi/mmondor/mmsoftware/cl/server/GNUmakefile?rev=1.13;content-type=text%2Fx-cvsweb-markup

Of course it might still be necessary to use C:*USER-CC-FLAGS* and/or
C:*USER-LD-FLAGS* at times...
-- 
Matt

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to