Initial revision
[rrdtool.git] / bindings / perl-shared / ntmake.pl
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     'NAME'      => 'RRDs',
6     'VERSION_FROM' => 'RRDs.pm', 
7     #'DEFINE'   => '-D_DEBUG -DWIN32 -D_CONSOLE',     
8     'OPTIMIZE' => '-O2',
9     'INC'       => '-I../src/ -I../gd1.3',    
10     #'LIBS' => ['-L../src/debug -lrrd.lib  -L../gd1.3/debug -lgd.lib'],
11         #'LIBC' => 'libc.lib',
12     'MYEXTLIB'  => '../src/release/rrd.lib ../gd1.3/release/gd.lib ..\zlib-1.1.3\Release\zlib.lib ..\libpng-1.0.3\Release\png.lib', 
13     'realclean'    => {FILES => 't/demo?.rrd t/demo?.gif' }
14 );