[eclipse-devel] [Fwd: .o files of themes]

Christian Lynbech christian.lynbech at ericsson.com
Tue Nov 11 12:45:47 UTC 2003


>>>>> "Iban" == Iban Hatchondo <hatchond at labri.fr> writes:

Iban> (defun compile-theme (directory-name)
Iban>    (let* ((i-filespec (merge-pathnames "theme.lisp" directory-name))
Iban> 	 (directory-truename (directory-namestring (truename i-filespec)))
Iban>   	 (o-filespec (merge-pathnames "theme.o" directory-truename)))
Iban>      (operate-on-system :eclipse :load)
Iban>      (load i-filespec)
Iban>      (compile-file i-filespec :output-file o-filespec)))

I just tried it and it seems to work fine for me.

                             -- Christian




More information about the eclipse-devel mailing list