Changeset 14905 for trunk/source/objc-bridge/fake-cfbundle-path.lisp
- Timestamp:
- Jul 25, 2011, 5:41:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/objc-bridge/fake-cfbundle-path.lisp
r13340 r14905 30 30 ("OPENMCL-NAME" . ,bundle-name) 31 31 ("OPENMCL-IDENTIFIER" . ,bundle-id) 32 ("OPENMCL-VERSION" . ,bundle-version))) 32 ("OPENMCL-VERSION" . ,bundle-version) 33 ("OPENMCL-MAJOR-VERSION" . ,(format nil "~d" *openmcl-major-version*)) 34 ("OPENMCL-MINOR-VERSION" . ,(format nil "~d" *openmcl-minor-version*)) 35 ("OPENMCL-REVISION" . ,(if *openmcl-revision* (format nil "-~a" *openmcl-revision*) "")) 36 ("CURRENT-YEAR" . ,(format nil "~a" (nth-value 5 (decode-universal-time (get-universal-time))))))) 33 37 (executable-dir (merge-pathnames 34 38 (make-pathname :directory (format nil "Contents/~a/"
Note: See TracChangeset
for help on using the changeset viewer.