use strict; use Wx::build::MakeMaker; wxWriteMakefile( NAME => 'Wx::TreeListCtrl', VERSION_FROM => 'lib/Wx/TreeListCtrl.pm', ABSTRACT_FROM => 'lib/Wx/TreeListCtrl.pm', AUTHOR => 'Mark Wardell ', WX_CORE_LIB => 'core base', NO_META => 1, WX_OVERLOAD => { header => 'cpp/ovl_const.h', source => 'cpp/ovl_const.cpp', }, PREREQ_PM => { Wx => '0.57', }, ## LIBS => [''], # e.g., '-lm' ## INC => '-I.', # e.g., '-I. -I/usr/include/other' ## OBJECT => '$(O_FILES)', # link all the C files too );