Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
f33602e7
Commit
f33602e7
authored
Jun 01, 2014
by
Dave Cooper
Browse files
correct build for Allegro ANSI mode
parent
fececd45
Changes
22
Hide whitespace changes
Inline
Side-by-side
regression/regression.asd
View file @
f33602e7
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:regression
:description
"The Gendl
™
regression Subsystem"
:author
"John McCarthy"
:license
"The Gendl
\"
regression Subsystem"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20140
515
"
:depends-on
(
:lift
:surf
:tasty
)
:version
"20140
601
"
:depends-on
(
:lift
:surf
:tasty
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
surf/surf.asd
View file @
f33602e7
;;;; -*- coding: utf-8 -*-
(
asdf:defsystem
#:surf
:description
"The Gendl
™
NURBS Surface and Solids Geometry Primitives"
:author
"The Gendl
\"
NURBS Surface and Solids Geometry Primitives"
:author
"John McCarthy"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20140
515
"
:depends-on
(
:geom-base
)
:version
"20140
601
"
:depends-on
(
:geom-base
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
:components
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment