perl 5.003_07: os2/OS2/ExtAttr/t/os2_ea.t
[p5sagit/p5-mst-13.2.git] / os2 / OS2 / Process / Makefile.PL
CommitLineData
760ac839 1use ExtUtils::MakeMaker;
2# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3# the contents of the Makefile that is written.
4WriteMakefile(
5 'NAME' => 'OS2::Process',
6 'VERSION' => '0.1',
7 'LIBS' => [''], # e.g., '-lm'
8 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
9 'INC' => '', # e.g., '-I/usr/include/other'
10);