Changeset 12820 for trunk/source/objc-bridge/fake-cfbundle-path.lisp
- Timestamp:
- Sep 11, 2009, 9:04:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/objc-bridge/fake-cfbundle-path.lisp
r12642 r12820 11 11 ;;; before the CoreFoundation library's initialized. 12 12 13 (defun fake-cfbundle-path (bundle-root info-plist-proto-path bundle-prefix bundle-suffix install-frameworks install-libraries )13 (defun fake-cfbundle-path (bundle-root info-plist-proto-path bundle-prefix bundle-suffix install-frameworks install-libraries #+windows-target icon-path) 14 14 (let* ((kernel-name (standard-kernel-name)) 15 15 (translated-root (translate-logical-pathname bundle-root)) … … 74 74 (dolist (framework install-frameworks) 75 75 (recursive-copy-directory framework (subdir framework executable-dir) :if-exists :overwrite)))) 76 #+windows-target 77 (copy-file icon-path (merge-pathnames 78 (make-pathname :directory "Contents/Resources/" 79 :name bundle-name 80 :type "ico") 81 translated-root) 82 :preserve-attributes t :if-exists :supersede) 76 83 (setenv "CFProcessPath" (native-translated-namestring executable-path))))
Note: See TracChangeset
for help on using the changeset viewer.