summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/cyglink.py
Commit message (Collapse)AuthorAgeFilesLines
* Run futurize --stage1.Russel Winder2016-01-011-17/+20
|
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-15/+154
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-1/+1
| |
| * s/SHLINKSONAME/SHLIBSONAME/Pawel Tomulik2015-09-201-1/+1
| |
| * cyglink: fix for shlib symlink not being cleaned correctlyPaweł Tomulik2015-09-201-1/+1
| |
| * refactored the versioned lib code a littlePaweł Tomulik2015-09-041-25/+23
| |
| * reivised code, fixed cygwin/variant-dir issue, cleaned-up some areasPawel Tomulik2015-09-041-10/+22
| |
| * new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-021-10/+138
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
|/
* cyglink: Fix variant-dirDavid Rothenberger2013-08-231-4/+2
|
* Add a cyglink toolDavid Rothenberger2013-08-171-0/+96
Add cyglink, a specialization of gnulink with the following properties: 1. Set SHLIBPREFIX to "cyg" and SHLIBSUFFIX = ".dll". 2. Remove any "lib" after "cyg", to accommodate build scripts that name libraries "libFoo". 3. Create DLL import libraries.