From: Sean H. <jal...@ho...> - 2009-03-13 19:13:34
|
I've been looking at the Makefile.PL to try and figure out how it works (because I'm creating my own extension). But I can't figure out how it knows to build the subpackages (AxWindow, BitmapInline, Scintilla, etc.), and how it knows which ones should have their code included in GUI.dll and which ones get their own DLL. Is MakeMaker just looking in all the subdirectories to see which ones have XS files and which ones have their own Makefile.PL? |