Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gendl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
47
Issues
47
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
f4e6d975
Commit
f4e6d975
authored
May 30, 2018
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
got rid of babel in gendl for Allegro builds
parent
5708d79c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gendl.asd
gendl.asd
+1
-1
glisp/source/genworks.lisp
glisp/source/genworks.lisp
+2
-2
No files found.
gendl.asd
View file @
f4e6d975
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"The Gendl® gendl Subsystem"
:author
"Genworks International"
"The Gendl® gendl Subsystem"
:author
"Genworks International"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
:serial
t
:version
"20180115"
:depends-on
:serial
t
:version
"20180115"
:depends-on
(
:bordeaux-threads
:uiop
:babel
#-
allegro
:quri
#-
allegro
:zacl
:cl-lite
:gwl-graphics
:tasty
:robot
:yadd
)
(
:bordeaux-threads
:uiop
#-
allegro
:babel
#-
allegro
:quri
#-
allegro
:zacl
:cl-lite
:gwl-graphics
:tasty
:robot
:yadd
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#-
asdf-unicode
:defsystem-depends-on
#-
asdf-unicode
(
:asdf-encodings
)
#+
asdf-unicode
:defsystem-depends-on
#+
asdf-unicode
()
#+
asdf-unicode
:defsystem-depends-on
#+
asdf-unicode
()
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
#+
asdf-encodings
:encoding
#+
asdf-encodings
:utf-8
...
...
glisp/source/genworks.lisp
View file @
f4e6d975
...
@@ -278,8 +278,8 @@ The command line was: ~%~%~s~%" command result error command-line)))))
...
@@ -278,8 +278,8 @@ The command line was: ~%~%~s~%" command result error command-line)))))
(
defun
run-program
(
command
&rest
keys
(
defun
run-program
(
command
&rest
keys
&key
ignore-error-status
force-shell
&key
ignore-error-status
force-shell
(
input
nil
inputp
)
(
if-input-does-not-exist
:error
)
(
input
nil
inputp
)
(
if-input-does-not-exist
:error
)
output
(
if-output-exists
:
overwrit
e
)
output
(
if-output-exists
:
supersed
e
)
(
error-output
nil
error-output-p
)
(
if-error-output-exists
:
overwrit
e
)
(
error-output
nil
error-output-p
)
(
if-error-output-exists
:
supersed
e
)
(
element-type
#-
clozure
uiop:*default-stream-element-type*
#+
clozure
'character
)
(
element-type
#-
clozure
uiop:*default-stream-element-type*
#+
clozure
'character
)
(
external-format
uiop:*utf-8-external-format*
)
(
external-format
uiop:*utf-8-external-format*
)
&allow-other-keys
)
&allow-other-keys
)
...
...
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