Changeset 12641
- Timestamp:
- Aug 21, 2009, 8:17:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/start.lisp
r12487 r12641 129 129 (wait-on-semaphore *cocoa-application-finished-launching*) 130 130 131 #-cocotron ;needs conditionalization 131 132 (require :easygui) 132 133 … … 142 143 (break "ObjC classes ~{~&~a~} are declared but not defined." missing))) 143 144 145 #-cocotron 144 146 (ccl::touch bundle-path) 145 147 146 148 (let ((image-file (make-pathname :name (ccl::standard-kernel-name) :type nil :version nil 147 :defaults (merge-pathnames ";Contents;MacOS;"bundle-path))))149 :defaults (merge-pathnames (format nil";Contents;~a;" #+darwin-target "MacOS" #+cocotron "Windows") bundle-path)))) 148 150 (format *error-output* "~2%Saving application to ~a~2%" (truename bundle-path)) 149 151 (force-output *error-output*)
Note: See TracChangeset
for help on using the changeset viewer.