[lisplab-cvs] r3 - lib-src shared system
Jørn Inge Vestgården
jivestgarden at common-lisp.net
Sun Mar 1 10:45:55 UTC 2009
Author: jivestgarden
Date: Sun Mar 1 10:45:54 2009
New Revision: 3
Log:
changed name of shared directory
Added:
shared/ (props changed)
- copied from r1, /lib-src/
Removed:
lib-src/
Modified:
system/lisplab.asd
Modified: system/lisplab.asd
==============================================================================
--- system/lisplab.asd (original)
+++ system/lisplab.asd Sun Mar 1 10:45:54 2009
@@ -125,7 +125,7 @@
;;
(:module "f2cl-lib"
:depends-on ()
- :pathname "../lib-src/quadpack/"
+ :pathname "../shared/quadpack/"
:components
((:file "f2cl-package")
(:file "f2cl-macros")
@@ -137,7 +137,7 @@
;;
(:module "quadpack"
:depends-on ("f2cl-lib")
- :pathname "../lib-src/quadpack/"
+ :pathname "../shared/quadpack/"
:serial t
:components
(
More information about the lisplab-cvs
mailing list