commit | df1940717d4308335454732a3c9e54ab91af056d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Apr 23 14:38:46 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Apr 23 14:38:46 1998 +0000 |
tree | 59e6ce4d98b53dc3f118db419137ce4bb45b722b | |
parent | f8830d1de59db517984e292ee28607dcb9c04cd7 [diff] |
When using extention modules, relative path names that occur in the Setup file are fixed so that they will work from the freeze build directory. However, relative path names in liner -L and -R options are not fixed in this way. (Sjoerd Mullender)