[elephant-cvs] CVS elephant
ieslick
ieslick at common-lisp.net
Thu Apr 19 05:51:33 UTC 2007
Update of /project/elephant/cvsroot/elephant
In directory clnet:/tmp/cvs-serv4865
Modified Files:
config.sexp elephant.asd
Log Message:
The last of Edi's tweaks
--- /project/elephant/cvsroot/elephant/config.sexp 2007/03/24 12:16:02 1.9
+++ /project/elephant/cvsroot/elephant/config.sexp 2007/04/19 05:51:33 1.10
@@ -15,7 +15,7 @@
(:clsql-lib . nil)
(:compiler . :gcc))
-#+(and lispworks (not windows))
+#+(and lispworks (not mswindows))
((:berkeley-db-include-dir . "/opt/local/include/db45/")
(:berkeley-db-lib-dir . "/opt/local/lib/db45/")
(:berkeley-db-lib . "/opt/local/lib/db45/libdb-4.5.dylib")
--- /project/elephant/cvsroot/elephant/elephant.asd 2007/04/19 05:24:37 1.43
+++ /project/elephant/cvsroot/elephant/elephant.asd 2007/04/19 05:51:33 1.44
@@ -127,7 +127,7 @@
(compiler-options (c-compiler c) c
:input-file
(list (format nil "\"~A\"" (namestring
- (make-pathname :type "o" :defaults patohname)))
+ (make-pathname :type "o" :defaults pathname)))
"exports.o")
:output-file (format nil "\"~A\"" (first (output-files o c)))
:library t))))
More information about the Elephant-cvs
mailing list