Last change
on this file since 11544 was
11544,
checked in by gb, 12 years ago
|
Default *COCOA-APPLICATION-INSTALL-ALTCONSOLE* to T here.
Don't copy headers into the bundle, at least for now.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | ;;;-*-Mode: LISP; Package: CCL -*- |
---|
2 | ;;; |
---|
3 | ;;; Copyright (C) 2002-2003 Clozure Associates |
---|
4 | ;;; This file is part of OpenMCL. |
---|
5 | ;;; |
---|
6 | ;;; OpenMCL is licensed under the terms of the Lisp Lesser GNU Public |
---|
7 | ;;; License , known as the LLGPL and distributed with OpenMCL as the |
---|
8 | ;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL, |
---|
9 | ;;; which is distributed with OpenMCL as the file "LGPL". Where these |
---|
10 | ;;; conflict, the preamble takes precedence. |
---|
11 | ;;; |
---|
12 | ;;; OpenMCL is referenced in the preamble as the "LIBRARY." |
---|
13 | ;;; |
---|
14 | ;;; The LLGPL is also available online at |
---|
15 | ;;; http://opensource.franz.com/preamble.html |
---|
16 | |
---|
17 | |
---|
18 | (in-package "CCL") ; for now. |
---|
19 | |
---|
20 | |
---|
21 | (defvar *cocoa-application-path* "ccl:Clozure CL.app;") |
---|
22 | (defvar *cocoa-application-copy-headers-p* nil) |
---|
23 | (defvar *cocoa-application-install-altconsole* t) |
---|
24 | (load "ccl:cocoa-ide;defsystem.lisp") |
---|
25 | (load-ide) |
---|
26 | |
---|
27 | ;;; If things go wrong, you might see some debugging information via |
---|
28 | ;;; the OSX console (/Applications/Utilities/Console.app.) Standard |
---|
29 | ;;; and error output for the initial lisp process will be directed |
---|
30 | ;;; there. |
---|
31 | (build-ide *cocoa-application-path*) |
---|
Note: See
TracBrowser
for help on using the repository browser.