Skip to content
Snippets Groups Projects
Commit 0e09f6fe authored by duane's avatar duane
Browse files

see 4.3.devel.17 changelog entry for Sat Mar 23 17:46:14 1996 Duane Rettig

parent f80e44f4
No related branches found
No related tags found
No related merge requests found
*******************************************************************************
4.3.devel.17
Sat Mar 23 17:46:14 1996 Duane Rettig (duane at clay)
* Makefile.linux86: New file
* Makefile.sunx86: Change name
* misc/compile-1.lisp: misc/compile-1.lisp: Conditionalize on ics
************************************************************* *************************************************************
Thu Mar 14 21:11:06 PST 1996 Colin Meldrum (colin@vapor) Thu Mar 14 21:11:06 PST 1996 Colin Meldrum (colin@vapor)
......
# $fiHeader: Makefile.sun4-svr4,v 1.8 1995/10/17 05:00:59 colin Exp $
#
# Makefile.sun4-svr4 for CLIM 2.0
#
include Makefile.defs
Makefile=Makefile.linux86
# for other Motif versions use
# /net/sole/opt/ICS/Motif1.2.4/usr/include
# /net/vapor/3rd/motif-1.2.2-sol2/ICS/Motif/usr/include
XINCLUDES=-I/usr/X11R6/include
TKLIB=-L/usr/X11R6/lib -lXm
XTLIB=-lXt
XLIB= -lXpm -lXext -lX11
SET_LIBRARY_PATH= \
LD_LIBRARY_PATH=/usr/X11R6/lib:/lib:/usr/lib:/usr/i486-linux/lib; export LD_LIBRARY_PATH
# for other Motif versions use
# /net/sole/opt/ICS/Motif1.2.4/usr/lib:/usr/lib
# /net/vapor/3rd/motif-1.2.2-sol2/ICS/Motif/usr/lib:/usr/lib
PRODUCT-OBJS= $(PRODUCT-GENERIC-OBJS) $(STATIC-XM-OBJS) $(SHARED-XM-OBJS)
# from here on this file should be the same as Makefile.sun4-svr4-ol
MOTIFXTRAS=
PICFLAGS = -fPIC
SHAREFLAGS = -shared
MAKE_SHARED = ld
STD_DEFINES =
AR = ar cq
ICS-PRODUCT-OBJS =
ICS-PRODUCT-FASLS =
include Makefile.generic
...@@ -8,7 +8,7 @@ include Makefile.defs ...@@ -8,7 +8,7 @@ include Makefile.defs
# temp hack for sole # temp hack for sole
TMP=/tmp TMP=/tmp
Makefile=Makefile.sun4-svr4 Makefile=Makefile.sunx86
# for other Motif versions use # for other Motif versions use
# /net/sole/opt/ICS/Motif1.2.4/usr/include # /net/sole/opt/ICS/Motif1.2.4/usr/include
......
;; -*- mode: common-lisp; package: user -*- ;; -*- mode: common-lisp; package: user -*-
;; ;;
;; -[Thu Nov 10 02:16:15 1994 by smh]- ;; -[Mon Mar 18 19:27:39 1996 by duane]-
;; ;;
;; copyright (c) 1985, 1986 Franz Inc, Alameda, CA All rights reserved. ;; copyright (c) 1985, 1986 Franz Inc, Alameda, CA All rights reserved.
;; copyright (c) 1986-1991 Franz Inc, Berkeley, CA All rights reserved. ;; copyright (c) 1986-1991 Franz Inc, Berkeley, CA All rights reserved.
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
(tenuring (tenuring
(excl:load-system sys)) (excl:load-system sys))
#+ics
(progn (progn
(excl:compile-system 'wnn :include-components t) (excl:compile-system 'wnn :include-components t)
(excl:load-system 'wnn)) (excl:load-system 'wnn))
......
;; -*- mode: common-lisp; package: tk -*- ;; -*- mode: common-lisp; package: tk -*-
;; ;;
;; -[]- ;; -[Sat Mar 23 17:50:57 1996 by duane]-
;; ;;
;; copyright (c) 1985, 1986 Franz Inc, Alameda, CA All rights reserved. ;; copyright (c) 1985, 1986 Franz Inc, Alameda, CA All rights reserved.
;; copyright (c) 1986-1991 Franz Inc, Berkeley, CA All rights reserved. ;; copyright (c) 1986-1991 Franz Inc, Berkeley, CA All rights reserved.
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
(setf (elt seq i) (char*-to-string (xfontname-list names i)))) (setf (elt seq i) (char*-to-string (xfontname-list names i))))
(x11::xfreefontnames names))))) (x11::xfreefontnames names)))))
(defun list-font-names-with-info (display pattern &key (max-fonts 65535) (result-type 'list)) (defun list-font-names-with-info (display pattern &key (max-fonts 65535) (result-type 'list))
(with-ref-par ((n 0 :int) (with-ref-par ((n 0 :int)
(fonts 0 *)) (fonts 0 *))
......
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