X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql.asd;h=0e1a302907af0770c3c8d6edc4153168bee99f6f;hb=704367c500a9fac40e97663f794fa4042df1512a;hp=20f29d5b43abf1b26151270d162116c7ba327c7a;hpb=d7d1d243b0a859ce76fb2971249dd4f07bdc1b04;p=clsql.git diff --git a/clsql.asd b/clsql.asd index 20f29d5..0e1a302 100644 --- a/clsql.asd +++ b/clsql.asd @@ -60,7 +60,7 @@ oriented interface." ((:file "initialize") (:file "database" :depends-on ("initialize")) (:file "recording" :depends-on ("database")) - (:file "pool")) + (:file "pool" :depends-on ("database"))) :depends-on (base)) (:module syntax :pathname "" @@ -104,7 +104,7 @@ oriented interface." (namestring (user-homedir-pathname)) ".clsql-init.lisp")) (probe-file "/etc/clsql-init.lisp") - #+(or mswin windows win32) + #+(or mswin windows win32 win64 mswindows) (probe-file "c:\\etc\\clsql-init.lisp")))) (when init-file (load init-file))))