Changeset 6793


Ignore:
Timestamp:
Jul 6, 2007, 12:18:35 PM (17 years ago)
Author:
Gary Byers
Message:

Use standard-kernel-name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/examples/cocoa-application.lisp

    r6234 r6793  
    9595(touch "ccl:openmcl.app;")
    9696
    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)
    100103
    101104;;; If things go wrong, you might see some debugging information via
Note: See TracChangeset for help on using the changeset viewer.