Skip to content
Snippets Groups Projects
Commit ae705bba authored by layer's avatar layer
Browse files

2.2.2.21

parent 5197e15a
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
# $Header: /repo/cvs.copy/clim2/Makefile,v 1.89 2000/03/04 05:13:48 duane Exp $ # $Header: /repo/cvs.copy/clim2/Makefile,v 1.90 2000/07/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
......
# $Header: /repo/cvs.copy/clim2/Makefile.hpprism,v 1.17 2000/07/06 20:43:09 layer Exp $ # $Header: /repo/cvs.copy/clim2/Makefile.hpprism,v 1.18 2000/07/17 19:59:05 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
......
...@@ -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.105 2000/07/08 04:56:34 duane Exp $ ;; $Id: packages.lisp,v 1.106 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* 20) (cl:defvar *clim-build-version* 21)
(cl:defparameter *clim-version* (cl:defparameter *clim-version*
(cl:format () "~d.~d.~d.~a" (cl:format () "~d.~d.~d.~a"
......
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