Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clim-tos
Commits
0e09f6fe
Commit
0e09f6fe
authored
29 years ago
by
duane
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
ChangeLog.n
+12
-0
12 additions, 0 deletions
ChangeLog.n
Makefile.linux86
+42
-0
42 additions, 0 deletions
Makefile.linux86
Makefile.sunx86
+1
-1
1 addition, 1 deletion
Makefile.sunx86
misc/compile-1.lisp
+2
-1
2 additions, 1 deletion
misc/compile-1.lisp
tk/font.lisp
+2
-1
2 additions, 1 deletion
tk/font.lisp
with
59 additions
and
3 deletions
ChangeLog.n
+
12
−
0
View file @
0e09f6fe
*******************************************************************************
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)
...
...
This diff is collapsed.
Click to expand it.
Makefile.linux86
0 → 100644
+
42
−
0
View file @
0e09f6fe
# $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
This diff is collapsed.
Click to expand it.
Makefile.sunx86
+
1
−
1
View file @
0e09f6fe
...
@@ -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.sun
4-svr4
Makefile
=
Makefile.sun
x86
# 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
...
...
This diff is collapsed.
Click to expand it.
misc/compile-1.lisp
+
2
−
1
View file @
0e09f6fe
;; -*- mode: common-lisp; package: user -*-
;; -*- mode: common-lisp; package: user -*-
;;
;;
;; -[
Thu Nov 10 02:16:15
199
4
by
smh
]-
;; -[
Mon Mar 18 19:27:39
199
6
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
))
...
...
This diff is collapsed.
Click to expand it.
tk/font.lisp
+
2
−
1
View file @
0e09f6fe
;; -*- 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
*
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment