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
ae705bba
Commit
ae705bba
authored
24 years ago
by
layer
Browse files
Options
Downloads
Patches
Plain Diff
2.2.2.21
parent
5197e15a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog.n
+8
-0
8 additions, 0 deletions
ChangeLog.n
Makefile
+1
-3
1 addition, 3 deletions
Makefile
Makefile.hpprism
+2
-2
2 additions, 2 deletions
Makefile.hpprism
utils/packages.lisp
+2
-2
2 additions, 2 deletions
utils/packages.lisp
with
13 additions
and
7 deletions
ChangeLog.n
+
8
−
0
View file @
ae705bba
...
@@ -10,6 +10,14 @@ If there are user-visible changes in this commit, then list the
...
@@ -10,6 +10,14 @@ If there are user-visible changes in this commit, then list the
<standard changelog date stamp>
<standard changelog date stamp>
* <changes go here...>
* <changes go here...>
*******************************************************************************
2.2.2.21
2000-07-17 Kevin Layer <layer@ultra>
* Makefile: remove SIXTYFOURBIT variable
* Makefile.hpprism: attempt to force clim to use motif 1.2
*******************************************************************************
*******************************************************************************
2.2.2.20
2.2.2.20
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
3
View file @
ae705bba
# $Header: /repo/cvs.copy/clim2/Makefile,v 1.
8
9 2000/0
3/04 05:13:48 duane
Exp $
# $Header: /repo/cvs.copy/clim2/Makefile,v 1.9
0
2000/0
7/17 19:59:05 layer
Exp $
# If ../makefile.top doesn't exist, then you must specify HOST=xxx on the
# If ../makefile.top doesn't exist, then you must specify HOST=xxx on the
# `make' command line.
# `make' command line.
...
@@ -6,8 +6,6 @@
...
@@ -6,8 +6,6 @@
include
../makefile.top
include
../makefile.top
include
../makefile.defs
include
../makefile.defs
SIXTYFOURBIT
=
$(
shell
cd
../src
;
make
-s
echo-64bit
)
ifeq
($(OS_NAME),windows)
ifeq
($(OS_NAME),windows)
HOST
=
windows
HOST
=
windows
endif
endif
...
...
This diff is collapsed.
Click to expand it.
Makefile.hpprism
+
2
−
2
View file @
ae705bba
# $Header: /repo/cvs.copy/clim2/Makefile.hpprism,v 1.1
7
2000/07/
06 20:43
:0
9
layer Exp $
# $Header: /repo/cvs.copy/clim2/Makefile.hpprism,v 1.1
8
2000/07/
17 19:59
:0
5
layer Exp $
#
#
# Makefile.hpprism for CLIM 2.0
# Makefile.hpprism for CLIM 2.0
#
#
...
@@ -21,7 +21,7 @@ STD_DEFINES = -DSYSV
...
@@ -21,7 +21,7 @@ STD_DEFINES = -DSYSV
AR
=
ar clq
AR
=
ar clq
#TKLIB=-lXm
#TKLIB=-lXm
TKLIB
=
/lib/libXm.
3
TKLIB
=
/lib/libXm.
1
XTLIB
=
-lXt
XTLIB
=
-lXt
XLIB
=
-lX11
XLIB
=
-lX11
...
...
This diff is collapsed.
Click to expand it.
utils/packages.lisp
+
2
−
2
View file @
ae705bba
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
;; Commercial Software developed at private expense as specified in
;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
;;
;;
;; $Id: packages.lisp,v 1.10
5
2000/07/
08 04:56:34 duane
Exp $
;; $Id: packages.lisp,v 1.10
6
2000/07/
17 19:59:05 layer
Exp $
(
in-package
:common-lisp-user
)
(
in-package
:common-lisp-user
)
...
@@ -3308,7 +3308,7 @@
...
@@ -3308,7 +3308,7 @@
(
cl:defvar
*clim-major-version*
2
)
(
cl:defvar
*clim-major-version*
2
)
(
cl:defvar
*clim-minor-version*
2
)
(
cl:defvar
*clim-minor-version*
2
)
(
cl:defvar
*clim-generation-version*
2
)
(
cl:defvar
*clim-generation-version*
2
)
(
cl:defvar
*clim-build-version*
2
0
)
(
cl:defvar
*clim-build-version*
2
1
)
(
cl:defparameter
*clim-version*
(
cl:defparameter
*clim-version*
(
cl:format
()
"~d.~d.~d.~a"
(
cl:format
()
"~d.~d.~d.~a"
...
...
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