W32Configure.3pm

Langue: en

Version: 2008-07-19 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

W32Configure.pl - Configure a Makefile for the Windows port of perl

SYNOPSIS

   S:\Smoke>W32Configure -c <config> [Configure options]
 
 

OPTIONS

*
Configuration file
   -c | --config <configfile> Use the settings from the configfile
 
 

W32Configure.pl can use the configuration file created by configsmoke.pl. Other options can override the settings from the configuration file.

*
General options
   --ddir|-d    <builddir>     Specify the build directory
   --w32make|-m <nmake|dmake>  Specify the make program
 
   --verbose|-v <0..2>         Verbosity level
   --help|-h                   Show help
   --man                       Show the full perldoc
 
 
*
Configure options

All configure options can just be specified on the command-line. When using a configuration file, you may ommit the '-DCCTYPE=' argument.

For a list of configuration options please see Test::Smoke::Util.

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 on the command-line. 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

Test::Smoke::Util (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.