Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed order of link options: object files now precede library stuff. | Greg Ward | 1999-10-03 | 1 | -21/+58 |
* | Catch up with latest changes in CCompiler: | Greg Ward | 1999-09-29 | 1 | -10/+22 |
* | In 'link_shared_object()', try to be less sensitive to missing input files | Greg Ward | 1999-09-21 | 1 | -1/+11 |
* | Added 'output_dir' parameter to 'compile()' and 'link_shared_object(). | Greg Ward | 1999-09-13 | 1 | -22/+83 |
* | Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're | Greg Ward | 1999-09-08 | 1 | -68/+8 |
* | Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) | Greg Ward | 1999-08-29 | 1 | -8/+21 |
* | Changed to use 'spawn()', now that it exists. | Greg Ward | 1999-08-14 | 1 | -24/+62 |
* | The first concrete subclass of CCompiler: defines a barebones Unix C compiler. | Greg Ward | 1999-07-10 | 1 | -0/+192 |