NAME
W32Configure.pl - Configure a Makefile for the Windows port of perl
SYNOPSIS
S:\Smoke>perl W32Configure.pl -m dmake -d ..\perl-current -- [config options]
DESCRIPTION
This is still an alpha interface, anything could change
This is a raw interface to Test::Smoke::Util::Configure_win32()
. Just pass it options for the Makefile after a dubble dash '--'. See "Configure_win32" in Test::Smoke::Util for options you can pass!
The result is [builddir]\win32\smoke.mk a makefile that has all the configure options you passed worked into it.
This could help debugging.
SEE ALSO
COPYRIGHT
(c) 2002-2003, All rights reserved.
* Abe Timmerman <abeltje@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
http://www.perl.com/perl/misc/Artistic.html
http://www.gnu.org/copyleft/gpl.html
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.