Changeset 7324 for branches/easygui/ccl/level-1/l1-pathnames.lisp
- Timestamp:
- Sep 30, 2007, 12:40:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/easygui/ccl/level-1/l1-pathnames.lisp
r6941 r7324 701 701 (defparameter *module-search-path* (list 702 702 (cons-pathname '(:absolute "bin") nil nil "ccl") 703 (cons-pathname 703 (cons-pathname '(:absolute "openmcl" "modules") nil nil "home") 704 704 (cons-pathname '(:absolute "lib") nil nil "ccl") 705 705 (cons-pathname '(:absolute "library") nil nil "ccl") 706 (cons-pathname '(:absolute "examples" ) nil nil "ccl")706 (cons-pathname '(:absolute "examples" :wild-inferiors) nil nil "ccl") 707 707 (cons-pathname '(:absolute "tools") nil nil "ccl") 708 708 (cons-pathname '(:absolute "objc-bridge") nil nil "ccl")
Note: See TracChangeset
for help on using the changeset viewer.