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
915e7b8c
Commit
915e7b8c
authored
28 years ago
by
duane
Browse files
Options
Downloads
Patches
Plain Diff
see 4.3.2.pre-alpha.114 changelog entry for Thu Oct 17 06:43:30 1996
parent
e11bee60
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
+11
-0
11 additions, 0 deletions
ChangeLog.n
Makefile.cobjs
+12
-0
12 additions, 0 deletions
Makefile.cobjs
Makefile.generic
+1
-1
1 addition, 1 deletion
Makefile.generic
Makefile.hpprism
+7
-3
7 additions, 3 deletions
Makefile.hpprism
tk/resources.lisp
+6
-2
6 additions, 2 deletions
tk/resources.lisp
with
37 additions
and
6 deletions
ChangeLog.n
+
11
−
0
View file @
915e7b8c
*******************************************************************************
4.3.2.pre-alpha.114
Thu Oct 17 06:43:30 1996 Duane Rettig <duane@beta>
* Makefile.cobjs:
* Makefile.generic:
* Makefile.cobjs: Add shared-lib support for HP
* tk/resources.lisp: Work around SGI Motif bug (per smh spr15174)
*******************************************************************************
*******************************************************************************
Tue Jul 23 14:29:37 PDT 1996 Colin Meldrum (colin@vapor)
Tue Jul 23 14:29:37 PDT 1996 Colin Meldrum (colin@vapor)
...
...
This diff is collapsed.
Click to expand it.
Makefile.cobjs
+
12
−
0
View file @
915e7b8c
...
@@ -58,12 +58,24 @@ climxm.so: xlibsupport.o xtsupport.o xmsupport.o
...
@@ -58,12 +58,24 @@ climxm.so: xlibsupport.o xtsupport.o xmsupport.o
xlibsupport.o xtsupport.o xmsupport.o
\
xlibsupport.o xtsupport.o xmsupport.o
\
$(
IMPORTS
)
$(
TKLIB
)
$(
XTLIB
)
$(
XLIB
)
$(
MOTIFXTRAS
)
)
$(
IMPORTS
)
$(
TKLIB
)
$(
XTLIB
)
$(
XLIB
)
$(
MOTIFXTRAS
)
)
climxm.sl
:
xlibsupport.o xtsupport.o xmsupport.o
(
eval
'
$(
SET_LIBRARY_PATH
)
'
;
\
$(
MAKE_SHARED
)
$(
SHAREFLAGS
)
-o
climxm.sl
\
xlibsupport.o xtsupport.o xmsupport.o
\
$(
IMPORTS
)
$(
TKLIB
)
$(
XTLIB
)
$(
XLIB
)
$(
MOTIFXTRAS
)
)
climol.so
:
xlibsupport.o xtsupport.o olsupport.o
climol.so
:
xlibsupport.o xtsupport.o olsupport.o
(
eval
'
$(
SET_LIBRARY_PATH
)
'
;
\
(
eval
'
$(
SET_LIBRARY_PATH
)
'
;
\
$(
MAKE_SHARED
)
$(
SHAREFLAGS
)
-o
climol.so
\
$(
MAKE_SHARED
)
$(
SHAREFLAGS
)
-o
climol.so
\
xlibsupport.o xtsupport.o olsupport.o
\
xlibsupport.o xtsupport.o olsupport.o
\
$(
IMPORTS
)
$(
TKLIB
)
$(
XTLIB
)
$(
XLIB
)
)
$(
IMPORTS
)
$(
TKLIB
)
$(
XTLIB
)
$(
XLIB
)
)
climol.sl
:
xlibsupport.o xtsupport.o olsupport.o
(
eval
'
$(
SET_LIBRARY_PATH
)
'
;
\
$(
MAKE_SHARED
)
$(
SHAREFLAGS
)
-o
climol.sl
\
xlibsupport.o xtsupport.o olsupport.o
\
$(
IMPORTS
)
$(
TKLIB
)
$(
XTLIB
)
$(
XLIB
)
)
# mainxm.o contains foreign code from the libraries X11,Xt and Xm
# mainxm.o contains foreign code from the libraries X11,Xt and Xm
# required by Motif version of CLIM statically linked
# required by Motif version of CLIM statically linked
...
...
This diff is collapsed.
Click to expand it.
Makefile.generic
+
1
−
1
View file @
915e7b8c
...
@@ -198,7 +198,7 @@ cleanobjs:
...
@@ -198,7 +198,7 @@ cleanobjs:
clean
:
clean
:
find
.
-name
'*.fasl'
-print
| xargs
rm
-f
find
.
-name
'*.fasl'
-print
| xargs
rm
-f
rm
-f
*
.o
*
.so
*
.a slim slim.ol
\
rm
-f
*
.o
*
.so
*
.sl
*
.a slim slim.ol
\
stub-motif.c stub-olit.c stub-xt.c stub-x.c stub-wnn.c
stub-motif.c stub-olit.c stub-xt.c stub-x.c stub-wnn.c
rm
-f
*
.z
*
.Z
*
.gz
*
.ilt
*
.out
rm
-f
*
.z
*
.Z
*
.gz
*
.ilt
*
.out
...
...
This diff is collapsed.
Click to expand it.
Makefile.hpprism
+
7
−
3
View file @
915e7b8c
...
@@ -14,10 +14,14 @@ CFLAGS= -O -D_NO_PROTO -DSTRINGS_ALIGNED -DNO_REGEX -DNO_ISDIR \
...
@@ -14,10 +14,14 @@ CFLAGS= -O -D_NO_PROTO -DSTRINGS_ALIGNED -DNO_REGEX -DNO_ISDIR \
STD_DEFINES
=
-DSYSV
STD_DEFINES
=
-DSYSV
AR
=
ar clq
AR
=
ar clq
TKLIB
=
/usr/lib/Motif1.2/libXm.a
TKLIB
=
-lXm
XTLIB
=
/usr/lib/X11R5/libXt.a
XTLIB
=
-lXt
XLIB
=
/usr/lib/X11R5/lib
X11
.a
XLIB
=
-l
X11
XINCLUDES
=
-I
/usr/include/Motif1.2
-I
/usr/include/X11R5
XINCLUDES
=
-I
/usr/include/Motif1.2
-I
/usr/include/X11R5
PICFLAGS
=
+z
SHAREFLAGS
=
-b
MAKE_SHARED
=
ld
include
Makefile.generic
include
Makefile.generic
This diff is collapsed.
Click to expand it.
tk/resources.lisp
+
6
−
2
View file @
915e7b8c
...
@@ -392,7 +392,11 @@
...
@@ -392,7 +392,11 @@
(
int
nil
)
(
int
nil
)
(
short
nil
)
(
short
nil
)
(
function
nil
)
(
function
nil
)
(
top-item-position
nil
)
;; SGI has a bug or oddity in it Motif. The top-item-position
;; resource on a XmList returns a null type. It is an integer
;; doesn't need any conversion, so this papers over the issue.
;; spr15174
(
|
| nil)
(t t)))
(t t)))
(defmethod resource-type-set-conversion-p (type)
(defmethod resource-type-set-conversion-p (type)
...
@@ -415,7 +419,7 @@
...
@@ -415,7 +419,7 @@
(short nil)
(short nil)
(int nil)
(int nil)
(function nil)
(function nil)
(
top-item-position
nil
)
(
|
|
nil
)
; spr15174 see above
(
t
t
)))
(
t
t
)))
(
defmethod
resource-type-get-memref-type
(
type
)
(
defmethod
resource-type-get-memref-type
(
type
)
...
...
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