Skip to content
Snippets Groups Projects
Commit f3a13fe4 authored by ram's avatar ram
Browse files

Compile and load key-event and keysym-defs from hemlock, since the X inspector

depends on them.
parent 5abeb2f1
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
(comf "target:clx/image" :load t) (comf "target:clx/image" :load t)
(comf "target:clx/resource" :load t)) (comf "target:clx/resource" :load t))
(comf "target:code/clx-ext") (comf "target:code/clx-ext")
(comf "target:hemlock/key-event")
(comf "target:hemlock/keysym-defs")
#-no-pcl #-no-pcl
(comf "target:code/inspect")) (comf "target:code/inspect"))
...@@ -85,6 +88,8 @@ ...@@ -85,6 +88,8 @@
"target:clx/image" "target:clx/image"
"target:clx/resource" "target:clx/resource"
"target:code/clx-ext" "target:code/clx-ext"
"target:hemlock/key-event"
"target:hemlock/keysym-defs"
"target:code/inspect")) "target:code/inspect"))
:output (make-pathname :defaults "target:clx/clx-library" :output (make-pathname :defaults "target:clx/clx-library"
:type (c:backend-fasl-file-type c:*target-backend*))) :type (c:backend-fasl-file-type c:*target-backend*)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment