Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clim-tos
Commits
96a9a46f
Commit
96a9a46f
authored
26 years ago
by
layer
Browse files
Options
Downloads
Patches
Plain Diff
on layer64 branch
parent
f9df6d78
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildclim.cl
+41
-0
41 additions, 0 deletions
buildclim.cl
with
41 additions
and
0 deletions
buildclim.cl
0 → 100644
+
41
−
0
View file @
96a9a46f
;; Load this file to make a clim image.
;; $Id: buildclim.cl,v 1.2 1998/03/30 16:37:51 layer Exp $
(
excl:generate-application
#+
ics
"climi"
#-
ics
"clim"
"./"
'
(
:climg
:climxm
;;;; The rest of the modules are optional. Include them or not according
;;;; to your needs:
:clim-debug
:clim-debugxm
:climps
:climhpgl
#+
ignore
:climdemo
)
:autoload-warning
nil
:image-only
t
:print-startup-message
:default
:purify
t
:debug-on-error
t
:internal-debug
"buildclim.out"
:shlib-warning
nil
:libfasl-warning
nil
:discard-local-name-info
t
:discard-source-file-info
t
:discard-xref-info
t
)
(
sys:copy-file
#+
(
and
mswindows
ics
)
"lispi.exe"
#+
(
and
mswindows
(
not
ics
))
"lisp.exe"
#+
(
and
(
not
mswindows
)
ics
)
"lispi"
#+
(
and
(
not
mswindows
)
(
not
ics
))
"lisp"
#+
(
and
mswindows
ics
)
"climi.exe"
#+
(
and
mswindows
(
not
ics
))
"clim.exe"
#+
(
and
(
not
mswindows
)
ics
)
"climi"
#+
(
and
(
not
mswindows
)
(
not
ics
))
"clim"
:link-ok
t
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment