Fix library dependencies when the prefix is specified explicitly.
[scons.git] / src / engine / SCons / Defaults.py
2003-01-21 stevenknightFix library dependencies when the prefix is specified...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-18 stevenknightMake shared/static objects less irritating. (Anthony...
2003-01-16 stevenknightUpdate Copyright years.
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2003-01-06 stevenknightRefactor the Scanner interface to eliminate unnecessary...
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
2002-10-03 stevenknightAdd MSVC PCH and PDB support. (Anthony Roach)
2002-10-01 stevenknightAdd SHOBJPREFIX AND SHOBJSUFFIX.
2002-07-15 stevenknightWin32 portability fixes. (Charles Crain)
2002-06-27 stevenknightAdd support for assembly language (.s and .S) Tools...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-06-15 stevenknightAdd LIBS and LIBPATH dependencies for shared libraries...
2002-06-12 stevenknightAdd a native Fortran include scanner.
2002-06-05 stevenknightChanges from Charles Crain.
2002-05-13 stevenknightFix some bad exceptions in Defaults.py (Anthony Roach)
2002-05-09 stevenknightAdd a Platform() method.
2002-05-06 stevenknightRaise an error if a builder is called multiple times...
2002-05-02 stevenknightDon't rebuild WIN32 libraries when there's no import...
2002-05-02 stevenknightFix for long-line LINKCOM signatures on WIN32; add...
2002-04-23 stevenknightSupport building a PDF file directly from a TeX or...
2002-04-22 stevenknightSmall fix for yacc: only look for a .h file if they...
2002-04-22 stevenknightTreat .c (lower case) and .C (upper case) files the...
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-22 stevenknightFix Fortran arguments on Win32.
2002-04-17 stevenknightFix win32LinkGenerator.
2002-04-16 stevenknightHandle long command lines for the MSVC linker.
2002-04-16 stevenknightShared library test fixes. (Charles Crain)
2002-04-15 stevenknightFollow-on shared library fix for WIN32 systems. (Charl...
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-03-28 stevenknightSupport a CPPFLAGS variable (a la GNU Make).
2002-03-28 stevenknightAdd Fortran support.
2002-03-27 stevenknightAdd more document Builders: PDF and PostScript.
2002-03-27 stevenknightAdd WhereIs() functionality.
2002-03-25 stevenknightAdd support for target Aliases.
2002-03-23 stevenknightSupport the build of TeX documents (Task 47116). ...
2002-03-07 stevenknightChange the default lex command to use the POSIX-complia...
2002-03-07 stevenknightAdd a CXXFile builder to turn .ll and .yy files into...
2002-03-07 stevenknightMake the CFile Builder's SUFFIX configurable.
2002-03-02 stevenknightAdd RANLIB, and check for the existence of 'ranlib...
2002-02-09 stevenknightFix variable interpolation with spaces, and problems...
2002-02-04 stevenknightSet PROGSUFFIX to .exe under Cygwin. (Chad Austin)
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-11 stevenknightCheck for the existence of lex and yacc in those tests...
2002-01-11 stevenknightRefactor the Windows registry stuff from Defaults.py...
2002-01-10 stevenknightIn the Object Builder, use a single Action instance...
2002-01-07 stevenknightAdd support for lex and yacc.
2001-12-30 stevenknightFinish MSVC support
2001-11-29 stevenknightMore NT portability in the tests.
2001-11-24 stevenknightMore NT portability fixes.
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
2001-11-15 stevenknightLIBS and LIBPATH work, variable substitution changes.
2001-11-14 stevenknightImplement CPPPATH and scanning during builds.
2001-10-31 stevenknightMake the (s) and variables upper-case.
2001-10-18 stevenknightComposite Builder and related changes from Charles...
2001-10-17 stevenknightPortability fixes for tests on Windows Nt.
2001-10-12 stevenknightAdd LINKFLAGS support.
2001-10-12 stevenknightAdd tests and support for and .
2001-10-12 stevenknightUse the prefix and suffix arguments in the Builder...
2001-10-11 stevenknightImplement special variable substitution.
2001-10-11 stevenknightAdd the Library() method.
2001-10-03 stevenknightUpdating licensing.
2001-09-28 stevenknightAdd support for the ENV construction variable.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.