Loading src/Makefile.w64 +5 −5 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ # See file '../Copyright' for full details. # # top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.4/src srcdir = /usr/home/Jean-Claude/mkcl-1.1.4/src top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.5/src srcdir = /usr/home/Jean-Claude/mkcl-1.1.5/src # Programs used by "make": # Loading @@ -38,8 +38,8 @@ exec_prefix=${prefix} bindir=${exec_prefix}/bin/ libdir=${exec_prefix}/lib/ includedir=${prefix}/include/ mkcldir=${exec_prefix}/lib/mkcl-1.1.4/ localmkcldir=./lib/mkcl-1.1.4/ mkcldir=${exec_prefix}/lib/mkcl-1.1.5/ localmkcldir=./lib/mkcl-1.1.5/ # Programs used by "make install": # Loading @@ -55,7 +55,7 @@ mkinstalldirs = $(SHELL) ./gc/mkinstalldirs SUBDIRS = c gc LIBRARIES = libmkclgc.a LSP_LIBRARIES = mkcl_1.1.4.dll LSP_LIBRARIES = mkcl_1.1.5.dll TARGETS = bin/mkcl$(EXE) MKCL_HFILES = mkcl/config.h \ Loading src/c/Makefile.w64 +3 −3 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ # See file '../../Copyright' for full details. # # top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.4/src srcdir = /usr/home/Jean-Claude/mkcl-1.1.4/src/c VPATH = /usr/home/Jean-Claude/mkcl-1.1.4/src/c top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.5/src srcdir = /usr/home/Jean-Claude/mkcl-1.1.5/src/c VPATH = /usr/home/Jean-Claude/mkcl-1.1.5/src/c # Programs used by "make": # Loading src/cmp/cmpdefs.lsp.in +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ ;;;; ;;;; Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya. ;;;; Copyright (c) 1990, Giuseppe Attardi. ;;;; Copyright (c) 2010-2012, Jean-Claude Beaudoin. ;;;; Copyright (c) 2010-2013, Jean-Claude Beaudoin. ;;;; ;;;; This program is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public Loading src/mkcl/config.h.w64 +5 −5 Original line number Diff line number Diff line Loading @@ -48,17 +48,17 @@ #endif /* Decimal number made with the formula: MAJOR * 1000000 + MINOR * 10000 + PATCH */ #define MKCL_VERSION_NUMBER 1010004 #define MKCL_VERSION_NUMBER 1010005 #define MKCL_MAJOR_VERSION 1 #define MKCL_MINOR_VERSION 1 #define MKCL_PATCH_LEVEL 4 #define MKCL_VERSION_STRING "1.1.4" #define MKCL_PATCH_LEVEL 5 #define MKCL_VERSION_STRING "1.1.5" #define MKCL_MAJOR_MINOR_VERSION_STRING "1.1" #define MKCL_MAJOR_VERSION_STRING "1" #define MKCL_MINOR_VERSION_STRING "1" #define MKCL_PATCH_LEVEL_STRING "4" #define MKCL_PATCH_LEVEL_STRING "5" #define MKCL_SYS_LIBDIR_DEFAULT "c:/Program Files/MKCL 1.1/lib/mkcl-1.1.4" #define MKCL_SYS_LIBDIR_DEFAULT "c:/Program Files/MKCL 1.1/lib/mkcl-1.1.5" /* * FEATURES LINKED IN Loading Loading
src/Makefile.w64 +5 −5 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ # See file '../Copyright' for full details. # # top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.4/src srcdir = /usr/home/Jean-Claude/mkcl-1.1.4/src top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.5/src srcdir = /usr/home/Jean-Claude/mkcl-1.1.5/src # Programs used by "make": # Loading @@ -38,8 +38,8 @@ exec_prefix=${prefix} bindir=${exec_prefix}/bin/ libdir=${exec_prefix}/lib/ includedir=${prefix}/include/ mkcldir=${exec_prefix}/lib/mkcl-1.1.4/ localmkcldir=./lib/mkcl-1.1.4/ mkcldir=${exec_prefix}/lib/mkcl-1.1.5/ localmkcldir=./lib/mkcl-1.1.5/ # Programs used by "make install": # Loading @@ -55,7 +55,7 @@ mkinstalldirs = $(SHELL) ./gc/mkinstalldirs SUBDIRS = c gc LIBRARIES = libmkclgc.a LSP_LIBRARIES = mkcl_1.1.4.dll LSP_LIBRARIES = mkcl_1.1.5.dll TARGETS = bin/mkcl$(EXE) MKCL_HFILES = mkcl/config.h \ Loading
src/c/Makefile.w64 +3 −3 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ # See file '../../Copyright' for full details. # # top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.4/src srcdir = /usr/home/Jean-Claude/mkcl-1.1.4/src/c VPATH = /usr/home/Jean-Claude/mkcl-1.1.4/src/c top_srcdir= /usr/home/Jean-Claude/mkcl-1.1.5/src srcdir = /usr/home/Jean-Claude/mkcl-1.1.5/src/c VPATH = /usr/home/Jean-Claude/mkcl-1.1.5/src/c # Programs used by "make": # Loading
src/cmp/cmpdefs.lsp.in +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ ;;;; ;;;; Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya. ;;;; Copyright (c) 1990, Giuseppe Attardi. ;;;; Copyright (c) 2010-2012, Jean-Claude Beaudoin. ;;;; Copyright (c) 2010-2013, Jean-Claude Beaudoin. ;;;; ;;;; This program is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public Loading
src/mkcl/config.h.w64 +5 −5 Original line number Diff line number Diff line Loading @@ -48,17 +48,17 @@ #endif /* Decimal number made with the formula: MAJOR * 1000000 + MINOR * 10000 + PATCH */ #define MKCL_VERSION_NUMBER 1010004 #define MKCL_VERSION_NUMBER 1010005 #define MKCL_MAJOR_VERSION 1 #define MKCL_MINOR_VERSION 1 #define MKCL_PATCH_LEVEL 4 #define MKCL_VERSION_STRING "1.1.4" #define MKCL_PATCH_LEVEL 5 #define MKCL_VERSION_STRING "1.1.5" #define MKCL_MAJOR_MINOR_VERSION_STRING "1.1" #define MKCL_MAJOR_VERSION_STRING "1" #define MKCL_MINOR_VERSION_STRING "1" #define MKCL_PATCH_LEVEL_STRING "4" #define MKCL_PATCH_LEVEL_STRING "5" #define MKCL_SYS_LIBDIR_DEFAULT "c:/Program Files/MKCL 1.1/lib/mkcl-1.1.4" #define MKCL_SYS_LIBDIR_DEFAULT "c:/Program Files/MKCL 1.1/lib/mkcl-1.1.5" /* * FEATURES LINKED IN Loading