(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)
#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