Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gendl
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
45
Issues
45
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
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 @@
"The Gendl® gendl Subsystem"
:author
"Genworks International"
:license
"Affero Gnu Public License (http://www.gnu.org/licenses/)"
: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
: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)))))
(
defun
run-program
(
command
&rest
keys
&key
ignore-error-status
force-shell
(
input
nil
inputp
)
(
if-input-does-not-exist
:error
)
output
(
if-output-exists
:
overwrit
e
)
(
error-output
nil
error-output-p
)
(
if-error-output-exists
:
overwrit
e
)
output
(
if-output-exists
:
supersed
e
)
(
error-output
nil
error-output-p
)
(
if-error-output-exists
:
supersed
e
)
(
element-type
#-
clozure
uiop:*default-stream-element-type*
#+
clozure
'character
)
(
external-format
uiop:*utf-8-external-format*
)
&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