]> granicus.if.org Git - python/commit
When using extention modules, relative path names that occur in the
authorGuido van Rossum <guido@python.org>
Thu, 23 Apr 1998 14:38:46 +0000 (14:38 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Apr 1998 14:38:46 +0000 (14:38 +0000)
commitdf1940717d4308335454732a3c9e54ab91af056d
tree59e6ce4d98b53dc3f118db419137ce4bb45b722b
parentf8830d1de59db517984e292ee28607dcb9c04cd7
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)
Tools/freeze/checkextensions.py