Thread Win32:API: Probleme bei der Installation (21 answers)
Opened by Robby at 2003-08-18 09:55

kabel
 2003-08-18 12:20
#47894 #47894
User since
2003-08-04
704 Artikel
BenutzerIn
[default_avatar]
installierst du per hand? probiere das mal. beispiel-makefile.PL (PadWalker):

Quote
linux:~/.cpan/build/PadWalker-0.10 # cat Makefile.PL
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'PadWalker',
'VERSION_FROM' => 'PadWalker.pm', # finds $VERSION
'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
);
linux:~/.cpan/build/PadWalker-0.10 #


setze in INC den pfad zu den windows-header-files.
-- stefan

View full thread Win32:API: Probleme bei der Installation