[Ecls-list] winsock.h or winsock2.h

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Mon Aug 25 07:56:03 UTC 2008


On Mon, Aug 25, 2008 at 12:13 AM, Anton Vodonosov <avodonosov at yandex.ru> wrote:
> How to keep .c and .h files after
> compilation (preferable asdf-compilation)? I'm reading the
> manual and contrib/asdf, but have not get it yet.

This is not documented for ASDF builds, but the compiler has a flag
that tells it not to delete any file: this will do what you need

(require 'cmp)
(setf c::*delete-files* nil)
(require 'asdf)

Juanjo

-- 
Instituto de Física Fundamental
CSIC, Serrano, 113, Madrid 28040 (Spain)
http://juanjose.garciaripoll.googlepages.com


More information about the ecl-devel mailing list