summaryrefslogtreecommitdiff
path: root/Lib/distutils/unixccompiler.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>1999-10-03 20:41:02 +0000
committerGreg Ward <gward@python.net>1999-10-03 20:41:02 +0000
commit3febd6068234f817d22cc778ff8dce2e6bd49da5 (patch)
treef71df284c773be7754fa9fc3e9128393e6e27d5d /Lib/distutils/unixccompiler.py
parent99eb7a12557ce3e74e56faa90e3d19c591faec1a (diff)
downloadcpython-git-3febd6068234f817d22cc778ff8dce2e6bd49da5.tar.gz
Slight change to the meaning of the 'libraries' list: if a library name
has a directory component, then we only search for the library in that one directory, ie. ignore the 'library_dirs' lists for that one library. Changed calling convention to 'gen_lib_options()' again: now, it takes a CCompiler instance and calls methods on it instead of taking format strings. Also implemented the new "library name" semantics using the 'find_library_file()' method in the CCompiler instance. Added 'force' flag to CCompiler; added to constructor and 'new_compiler()'. Added 'warn()' method.
Diffstat (limited to 'Lib/distutils/unixccompiler.py')
0 files changed, 0 insertions, 0 deletions