Changeset 12831
- Timestamp:
- Sep 12, 2009, 4:49:34 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/ide-bundle.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/ide-bundle.lisp
r12820 r12831 70 70 ;;; and figuring out how to get make to do so - is left as an exercise. 71 71 (defun install-altconsole (bundle-path) 72 #+cocotron (declare (ignore bundle-path))73 72 #-cocotron 74 73 (let* ((altconsole-path (merge-pathnames ";Contents;Resources;AltConsole.app;" bundle-path)) … … 90 89 (recursive-copy-directory build-bundle-path altconsole-path) 91 90 (ccl::touch altconsole-path) 92 t)) 91 t) 92 #+cocotron 93 (let* ((path (probe-file "ccl:cocotron;WaltConsole;WaltConsole.exe"))) 94 (when path 95 (copy-file path (merge-pathnames ";Contents;Resources;WaltConsole.exe" bundle-path)) 96 t)) 97 ) 93 98 94 99 (progn
Note:
See TracChangeset
for help on using the changeset viewer.
