diff options
Diffstat (limited to 'os2/OS2/Process/Makefile.PL')
-rw-r--r-- | os2/OS2/Process/Makefile.PL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/os2/OS2/Process/Makefile.PL b/os2/OS2/Process/Makefile.PL new file mode 100644 index 0000000000..ff4deabef6 --- /dev/null +++ b/os2/OS2/Process/Makefile.PL @@ -0,0 +1,10 @@ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'OS2::Process', + 'VERSION' => '0.1', + 'LIBS' => [''], # e.g., '-lm' + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' + 'INC' => '', # e.g., '-I/usr/include/other' +); |