Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan Moringen
asdf
Commits
533bac0e
Commit
533bac0e
authored
Nov 19, 2014
by
Jean-Claude Beaudoin
Committed by
Robert P. Goldman
Nov 21, 2014
Browse files
On mkcl, no need to manually load COMPILER anymore.
Dependency on UIOP provides it properly now.
parent
ebecfe49
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/hello-world-example.asd
View file @
533bac0e
...
...
@@ -6,7 +6,7 @@
:depends-on
(
:uiop
)
:components
((
:file
"hello"
))
#+
mkcl
,@`
(
:prefix-lisp-object-files
(
,
(
namestring
(
truename
(
translate-logical-pathname
#P"SYS:cmp.a"
))))
,@`
(
;;
:prefix-lisp-object-files (,(namestring (truename (translate-logical-pathname #P"SYS:cmp.a"))))
:extra-build-args
,
(
or
#-
windows
'
(
:use-mkcl-shared-libraries
nil
))
:class
program-system
:epilogue-code
(
progn
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment