Changeset 155
- Timestamp:
- Dec 29, 2003, 12:17:04 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/examples/cocoa.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/cocoa.lisp
r132 r155 3 3 ;;; We need to be able to point the CoreFoundation and Cocoa libraries 4 4 ;;; at some bundle very early in the process. If you want to use some 5 ;;; other bundle path, you may need to change the value of 6 ;;; *default-bundle-path*; if you want to use some other executable 7 ;;; within that bundle, you may need to change the value of 8 ;;; *default-executable-path*. 5 ;;; other bundle path, you may need to change the call to FAKE-CFBUNDLE-PATH 6 ;;; below. 9 7 8 (require "FAKE-CFBUNDLE-PATH") 9 (fake-cfbundle-path "ccl:OpenMCL.app;Contents;MacOS;dppccl") 10 10 11 (defparameter *default-bundle-path* "ccl:OpenMCL.app;")12 (defparameter *default-bundle-executable-path*13 #+darwinppc-target14 (merge-pathnames "Contents/MacOS/dppccl" *default-bundle-path*)15 #+linuxppc-target16 (merge-pathnames "ppccl" *default-bundle-path*))17 11 18 12
Note:
See TracChangeset
for help on using the changeset viewer.
