projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3e154
)
Change default library path on windows.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 18 Dec 2009 08:31:03 +0000
(
00:31
-0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 18 Dec 2009 08:31:03 +0000
(
00:31
-0800)
src/microcode/option.c
patch
|
blob
|
history
diff --git
a/src/microcode/option.c
b/src/microcode/option.c
index 2e0118639ba40a9bdb0101285601b0d9d7679358..850cdd72a81876aff8ae34b1db832113a8350631 100644
(file)
--- a/
src/microcode/option.c
+++ b/
src/microcode/option.c
@@
-194,7
+194,7
@@
Additional options may be supported by the band (and described below).\n\
#ifndef DEFAULT_LIBRARY_PATH
# ifdef DOS_LIKE_FILENAMES
-# define DEFAULT_LIBRARY_PATH "
\\scheme\\lib
"
+# define DEFAULT_LIBRARY_PATH "
c:\\local\\mit-scheme
"
# else
# define DEFAULT_LIBRARY_PATH "/usr/local/lib/mit-scheme"
# endif