source: tags/arb_5.5/PERL2ARB/DARWIN.PL

Last change on this file was 8635, checked in by westram, 12 years ago
  • merged OSX patches into [6192] (thx to Matt)
File size: 555 bytes
Line 
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'         => 'ARB',
6    'VERSION_FROM' => 'ARB.pm',               # finds $VERSION
7    'LIBS'         => '-L../ARBDB2 -lARBDB -L@@LIBPERLDIR@@ -lperl',
8    'DEFINE'       => '',                     # e.g., '-DHAVE_SOMETHING'
9    'INC'          => '-I../INCLUDE',         # e.g., '-I/usr/include/other'
10    'CCFLAGS'      => '-arch x86_64',
11    'LDDLFLAGS'    => '-bundle -flat_namespace',
12);
Note: See TracBrowser for help on using the repository browser.