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

Add compilation of timer-support and precom.

parent 9ced59d2
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.12 1994/10/27 02:52:30 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.13 1994/10/27 18:43:25 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -39,13 +39,15 @@ ...@@ -39,13 +39,15 @@
"target:motif/lisp/interface-build" "target:motif/lisp/interface-build"
"target:motif/lisp/callbacks" "target:motif/lisp/callbacks"
"target:motif/lisp/widgets" "target:motif/lisp/widgets"
"target:motif/lisp/timer-support"
"target:motif/lisp/main")) "target:motif/lisp/main"))
(defparameter interface-files (defparameter interface-files
'("target:interface/initial" '("target:interface/initial"
"target:interface/interface" "target:interface/interface"
"target:interface/inspect" "target:interface/inspect"
"target:interface/debug")) "target:interface/debug"
"target:interface/precom"))
;;; Make sure we don't try to debug a possibly broken new version with the ;;; Make sure we don't try to debug a possibly broken new version with the
......
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