- Timestamp:
- Jul 8, 2007, 11:12:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/cocoa-application.lisp
r6793 r6796 55 55 56 56 57 (defclass cocoa-application ( lisp-development-system)57 (defclass cocoa-application (application) 58 58 ()) 59 59 … … 68 68 (defmethod toplevel-function ((a cocoa-application) init-file) 69 69 (declare (ignore init-file)) 70 (call-next-method) 70 71 (reset-ccl-directory) 71 72 (start-cocoa-application)) … … 97 98 (save-application 98 99 (make-pathname 99 :directory ( translate-logical-pathname "ccl:OpenMCL.app;Contents;MacOS;")100 :directory (pathname-directory (translate-logical-pathname "ccl:OpenMCL.app;Contents;MacOS;")) 100 101 :name (standard-kernel-name)) 101 102 :prepend-kernel t
Note:
See TracChangeset
for help on using the changeset viewer.
