Skip to content
Snippets Groups Projects
Commit f6005314 authored by colin's avatar colin
Browse files

sys/sysdcl.lisp

Makefile.defs

- removed references to xt-silica/xt-cursor
parent d4fcde0d
No related branches found
No related tags found
No related merge requests found
# $fiHeader: Makefile.defs,v 1.8 93/04/27 14:34:06 cer Exp $
# $fiHeader: Makefile.defs,v 1.9 93/05/13 16:22:41 cer Exp $
#
# Makefile.defs for CLIM 2.0
#
......@@ -325,7 +325,6 @@ MOTIF-CLIM-OBJS = tk-silica/pkg.fasl \
tk-silica/xt-gadgets.fasl \
tk-silica/xm-gadgets.fasl \
tk-silica/xt-pixmaps.fasl \
tk-silica/xt-cursor.fasl \
tk-silica/gc-cursor.fasl \
tk-silica/last.fasl
......@@ -340,7 +339,6 @@ OPENLOOK-CLIM-OBJS = tk-silica/pkg.fasl \
tk-silica/ol-frames.fasl \
tk-silica/xt-gadgets.fasl \
tk-silica/ol-gadgets.fasl \
tk-silica/xt-cursor.fasl \
tk-silica/xt-pixmaps.fasl \
tk-silica/gc-cursor.fasl \
tk-silica/last.fasl
......@@ -496,7 +494,6 @@ ALL_SRC = utils/excl-verification.lisp \
tk-silica/xm-frames.lisp \
tk-silica/xt-gadgets.lisp \
tk-silica/xm-gadgets.lisp \
tk-silica/xt-cursor.lisp \
tk-silica/xt-pixmaps.lisp \
tk/ol-defs.lisp \
tk/ol-funs.lisp \
......
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Package: CL-USER; Base: 10; Lowercase: Yes -*-
;; $fiHeader: sysdcl.lisp,v 1.39 93/04/16 09:45:31 cer Exp $
;; $fiHeader: sysdcl.lisp,v 1.40 93/05/13 16:24:11 cer Exp $
(in-package #-ANSI-90 :user #+ANSI-90 :cl-user)
......@@ -428,7 +428,6 @@
("xm-dialogs")
("xt-gadgets")
("xm-gadgets")
("xt-cursor")
("xt-pixmaps")
("gc-cursor")
("last"))
......@@ -451,7 +450,6 @@
("ol-frames")
("xt-gadgets")
("ol-gadgets")
("xt-cursor")
("xt-pixmaps")
("gc-cursor")
("last"))
......
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