Update Win64 configuration files.
authorJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>
Sun, 13 Jan 2013 04:12:48 +0000 (23:12 -0500)
committerJean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>
Sun, 13 Jan 2013 04:12:48 +0000 (23:12 -0500)
src/cmp/cmpdefs.pre.w64
src/mkcl/config.h.w64

index 51a5f61..2053576 100644 (file)
@@ -519,8 +519,10 @@ coprocessor).")
 (defvar +executable-file-extension+ ".exe")
 (defvar +executable-file-format+ "~a.exe")
 
-(defvar *mkcl-include-directory* (pathname @includedir\@))
-(defvar *mkcl-library-directory* (pathname @libdir\@))
+(defconstant *mkcl-default-include-directory* (pathname @includedir\@))
+(defconstant *mkcl-default-library-directory* (pathname @libdir\@))
+(defvar *mkcl-include-directory* nil)
+(defvar *mkcl-library-directory* nil)
 
 (defvar *disassemble-bindings* nil)
 
index b27039f..2b627a7 100644 (file)
 #endif
 
 /* Decimal number made with the formula: MAJOR * 1000000 + MINOR * 10000 + PATCH */
-#define MKCL_VERSION_NUMBER 1010002
+#define MKCL_VERSION_NUMBER 1010003
 #define MKCL_MAJOR_VERSION 1
 #define MKCL_MINOR_VERSION 1
-#define MKCL_PATCH_LEVEL 2
-#define MKCL_VERSION_STRING "1.1.2"
+#define MKCL_PATCH_LEVEL 3
+#define MKCL_VERSION_STRING "1.1.3"
 #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 "2"
+#define MKCL_PATCH_LEVEL_STRING "3"
 
-#define MKCL_SYS_LIBDIR_DEFAULT "c:/Program Files/MKCL 1.1/lib/mkcl-1.1.2"
+#define MKCL_SYS_LIBDIR_DEFAULT "c:/Program Files/MKCL 1.1/lib/mkcl-1.1.3"
 
 /*
  * FEATURES LINKED IN