Created
July 31, 2012 00:37
-
-
Save r-moeritz/3212298 to your computer and use it in GitHub Desktop.
ECL compile again
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(in-package #:c) | |
(defparameter *compile-in-constants* t) | |
(in-package #:cl-user) | |
(compile-file "hello.lisp" :system-p t) | |
(c:build-program "binary" :lisp-files '("hello.obj")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment