summaryrefslogtreecommitdiff
path: root/lib/compile
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright year for 2013 (in branch maint)Stefano Lattarini2012-12-311-1/+1
* compile: support libfoo.a naming when wrapping Microsoft toolsPeter Rosin2012-10-141-1/+6
* Merge branch 'msvc'Peter Rosin2012-03-061-29/+62
|\
| * scripts: support -I <dir> -L <dir> and -l <lib> for cl in compilePeter Rosin2012-03-061-29/+62
| * scripts: cherry-pick recent changes from masterPeter Rosin2012-01-301-15/+15
* | maint: run "make update-copyright"Stefano Lattarini2012-02-161-2/+1
* | scripts: quote 'like this', not `like this'Paul Eggert2012-01-061-11/+11
* | cosmetics: prefer the term "Windows" over "Win32"Paul Eggert2012-01-041-4/+4
|/
* lib/compile: update scriptversion.Peter Rosin2010-11-151-1/+1
* compile: clear the `eat' variable earlier.Peter Rosin2010-11-151-1/+2
* compile: implement library search to support MSVC static linkingPeter Rosin2010-09-211-3/+33
* Do file name conversion for object files in the compile wrapper.Peter Rosin2010-08-311-2/+2
* Optimize compile script on MSYS.Peter Rosin2010-08-161-9/+13
* Support more C++ file extensions for MSVC in the compile script.Peter Rosin2010-08-161-1/+15
* Fix shell pattern negation in compile script.Ralf Wildenhues2010-08-071-2/+2
* Wrap some MSVC options in the compile script.Peter Rosin2010-08-011-2/+120
* Fix 'compile' script to not call mv when target equals source.Bruno Haible2009-10-061-3/+3
* Revert Automake license to GPLv2+.Ralf Wildenhues2009-05-171-1/+1
* scripts: normalize all timestamps to UTCEric Blake2009-04-291-2/+3
* Fix w32 path handling in the `compile' script.Ralf Wildenhues2009-03-031-5/+6
* Reword the copyright notices to match what's suggested in GPLv3.Ralf Wildenhues2007-12-081-2/+1
* * COPYING, lib/COPYING: Update to GPLv3. All uses changed.Ralf Wildenhues2007-07-071-1/+1
* * COPYING, ChangeLog, ChangeLog.00, ChangeLog.01, ChangeLog.02,Alexandre Duret-Lutz2005-05-141-2/+2
* * lib/compile: Likewise.Alexandre Duret-Lutz2005-02-031-4/+4
* * lib/compile: Handle output.obj in addition to output.o.Alexandre Duret-Lutz2004-10-121-1/+3
* * lib/compile, lib/elisp-comp, lib/install-sh, lib/ylwrap: Use $retAlexandre Duret-Lutz2004-09-101-2/+2
* * lib/compile: Preserve spaces in arguments (for exampleAlexandre Duret-Lutz2004-09-101-38/+42
* * lib/mkinstalldirs: Mention automake-patches@gnu.org andAlexandre Duret-Lutz2003-11-091-34/+71
* 2001-07-19 Tom Tromey <tromey@redhat.com>Tom Tromey2001-07-201-0/+10
* * lib/compile: Change how lockdir is computed. If linking orTom Tromey2001-07-181-10/+12
* * lib/ylwrap: Added special exception.Tom Tromey2001-07-171-0/+5
* * aclocal.in, aclocal.m4: Standardize FSF Copyright statements.Akim Demaille2000-10-161-1/+1
* Remove unnecessary double quotes in assignments.Jim Meyering2000-04-151-6/+6
* First cut at allowing objects in subdirectories:Tom Tromey1999-04-111-0/+82