- Timestamp:
- Jul 6, 2007, 12:18:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/cocoa-application.lisp
r6234 r6793 95 95 (touch "ccl:openmcl.app;") 96 96 97 (save-application "ccl:OpenMCL.app;Contents;MacOS;dppccl" 98 :prepend-kernel t 99 :application-class 'cocoa-application) 97 (save-application 98 (make-pathname 99 :directory (translate-logical-pathname "ccl:OpenMCL.app;Contents;MacOS;") 100 :name (standard-kernel-name)) 101 :prepend-kernel t 102 :application-class 'cocoa-application) 100 103 101 104 ;;; If things go wrong, you might see some debugging information via
Note:
See TracChangeset
for help on using the changeset viewer.
