Added first version of the Perl regression testing framework.
[wine/multimedia.git] / programs / winetest / Makefile.PL
blob56677b4d98502400513779fec6cbea5bbca5e36f
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'MAKEFILE'  => 'Makefile.perl',
6     'NAME'      => 'wine',
7     'VERSION_FROM' => 'wine.pm', # finds $VERSION
8     'LIBS'      => [''],   # e.g., '-lm' 
9     'DEFINE'    => '',     # e.g., '-DHAVE_SOMETHING' 
10     'INC'       => '',     # e.g., '-I/usr/include/other'