Re: ASDF: alternative system configurations

Marco Baringer <[email protected]>
Newsgroups gmane.lisp.cclan.general
Message-ID <[email protected]>
Nikodemus Siivola <[email protected]> writes:

> 
>  window.lisp <-- needs SDL
>  render.lisp <-- needs window.lisp if we have SDL
> 

what's wrong with:

:components ((:file "render" #+cl-sdl :depends-on #+cl-sdl ("window"))
     #+cl-sdl(:file "window"))

for more complex things it helps to define modules and condititonally
include those.

-- 
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
     -Leonard Cohen



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.