(defconstant +standalone-exe+ (compile-file-pathname "standalone" :type :program)) (compile-file "hello-ecl.cl" :system-p t) (c:build-program "hello-ecl" :lisp-files '("hello-ecl.o"))