]> granicus.if.org Git - python/commit
Slight change to the meaning of the 'libraries' list: if a library name
authorGreg Ward <gward@python.net>
Sun, 3 Oct 1999 20:41:02 +0000 (20:41 +0000)
committerGreg Ward <gward@python.net>
Sun, 3 Oct 1999 20:41:02 +0000 (20:41 +0000)
commit3febd6068234f817d22cc778ff8dce2e6bd49da5
treef71df284c773be7754fa9fc3e9128393e6e27d5d
parent99eb7a12557ce3e74e56faa90e3d19c591faec1a
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.
Lib/distutils/ccompiler.py