Wrap some MSVC options in the compile script.
authorPeter Rosin <peda@lysator.liu.se>
Sun, 1 Aug 2010 06:38:05 +0000 (08:38 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 1 Aug 2010 06:58:43 +0000 (08:58 +0200)
commitda15b997559fa4f64d6adb300fd95515adceb9ff
tree84e5a9e50d82fef967def6dfd9471834e5ba282e
parent3396f9a4e3d202bc65ca029dd49e82bba0a4b08f
Wrap some MSVC options in the compile script.

* lib/compile: MSVC supports naming the output file, the option
is just not called -o, so transform -o into the appropriate form
for MSVC. Also wrap some other options while at it (-L, -l, -Wl,
-Xlinker and -I) and convert file names to windows form where
needed for those options to make MSVC more usable in an
autotooled environment.
* doc/automake.texi (Auxiliary Programs): Document the above
extension of the compile script.
* NEWS: Updated.
* tests/defs.in: New required entry 'cl'.
* tests/compile3.test: New test.
* tests/compile4.test: New test.
* tests/compile5.test: New test.
* tests/Makefile.am: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
doc/automake.texi
lib/compile
tests/Makefile.am
tests/Makefile.in
tests/compile3.test [new file with mode: 0755]
tests/compile4.test [new file with mode: 0755]
tests/compile5.test [new file with mode: 0755]
tests/defs.in