]> granicus.if.org Git - python/commit
Fixed the "pre-link hook" so it actually works, mainly by renaming it
authorGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:23:11 +0000 (02:23 +0000)
committerGreg Ward <gward@python.net>
Sun, 25 Jun 2000 02:23:11 +0000 (02:23 +0000)
commitf46a688e847dfc6a560ada112c1b3eec1fb74c4d
tree16d395f6b548fdbaba0f39cd62d6c8551bcbce8e
parent68ff615c7986526827b6d7fa8e2eb8650c17478a
Fixed the "pre-link hook" so it actually works, mainly by renaming it
to 'msvc_prelink_hack()', adding the parameters that it actually needs,
and only calling it for MSVC compiler objects.  Generally gave up on the
idea of a general "hook" mechanism: deleted the empty 'precompile_hook()'.
Lib/distutils/command/build_ext.py