summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Defaults.py
Commit message (Expand)AuthorAgeFilesLines
* Fix win32LinkGenerator.Steven Knight2002-04-171-16/+12
* Handle long command lines for the MSVC linker.Steven Knight2002-04-161-8/+41
* Shared library test fixes. (Charles Crain)Steven Knight2002-04-161-1/+1
* Follow-on shared library fix for WIN32 systems. (Charles Crain)Steven Knight2002-04-151-1/+1
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-31/+200
* Support a CPPFLAGS variable (a la GNU Make).Steven Knight2002-03-281-4/+4
* Add Fortran support.Steven Knight2002-03-281-0/+18
* Add more document Builders: PDF and PostScript.Steven Knight2002-03-271-4/+36
* Add WhereIs() functionality.Steven Knight2002-03-271-15/+1
* Add support for target Aliases.Steven Knight2002-03-251-3/+13
* Support the build of TeX documents (Task 47116). (Steve Leblanc)Steven Knight2002-03-231-2/+29
* Change the default lex command to use the POSIX-compliant -t option, not the ...Steven Knight2002-03-071-2/+2
* Add a CXXFile builder to turn .ll and .yy files into .cc.Steven Knight2002-03-071-3/+11
* Make the CFile Builder's SUFFIX configurable.Steven Knight2002-03-071-1/+3
* Add RANLIB, and check for the existence of 'ranlib' before adding it to the d...Steven Knight2002-03-021-13/+37
* Fix variable interpolation with spaces, and problems with the WIN32 environme...Steven Knight2002-02-091-17/+59
* Set PROGSUFFIX to .exe under Cygwin. (Chad Austin)Steven Knight2002-02-041-2/+4
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Check for the existence of lex and yacc in those tests and bail with NO RESUL...Steven Knight2002-01-111-2/+3
* Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles Cra...Steven Knight2002-01-111-51/+18
* In the Object Builder, use a single Action instance for all of the C++ file s...Steven Knight2002-01-101-6/+9
* Add support for lex and yacc.Steven Knight2002-01-071-5/+24
* Finish MSVC supportSteven Knight2001-12-301-43/+186
* More NT portability in the tests.Steven Knight2001-11-291-2/+2
* More NT portability fixes.Steven Knight2001-11-241-4/+15
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-8/+13
* LIBS and LIBPATH work, variable substitution changes.Steven Knight2001-11-151-0/+8
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-141-1/+4
* Make the (s) and variables upper-case.Steven Knight2001-10-311-8/+8
* Composite Builder and related changes from Charles Crain.Steven Knight2001-10-181-42/+60
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-14/+54
* Add LINKFLAGS support.Steven Knight2001-10-121-1/+3
* Add tests and support for and .Steven Knight2001-10-121-5/+8
* Use the prefix and suffix arguments in the Builder base class.Steven Knight2001-10-121-12/+12
* Implement special variable substitution.Steven Knight2001-10-111-4/+4
* Add the Library() method.Steven Knight2001-10-111-5/+15
* Updating licensing.Steven Knight2001-10-031-0/+23
* Add support for the ENV construction variable.Steven Knight2001-09-281-0/+2
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+22