summaryrefslogtreecommitdiff
path: root/make_ext.pl
Commit message (Expand)AuthorAgeFilesLines
...
* Map ParseWords.pm to .../lib/Text/ParseWords.pm so that it can be used.Nicholas Clark2009-09-101-1/+1
* Redo moving Text::ParseWords from lib to extNicholas Clark2009-09-101-1/+2
* Clarify what @toolchain means in the context of make_ext.plNicholas Clark2009-09-091-0/+7
* Move ExtUtils::Command from lib to ext.Nicholas Clark2009-09-091-1/+1
* Move constant from lib/ to ext/Nicholas Clark2009-09-091-1/+4
* On Win32 and VMS, split building dynamic and nonxs extensions into two targets.Nicholas Clark2009-09-081-4/+7
* Implement nonxs_ext on VMS.Craig A. Berry2009-09-071-0/+1
* Use $ENV{PERL_LIB} rather than an -I argument to pass in the library location.Nicholas Clark2009-09-071-1/+2
* Remove redundant parameters to build_extension().Nicholas Clark2009-09-061-6/+10
* Remove support for building in vms/ext, as it's not needed post 26dd53a23187.Nicholas Clark2009-09-061-4/+0
* make_ext.pl should also set INSTALLMAN1DIR=none when running Makefile.PLNicholas Clark2009-03-261-1/+2
* 6c0ec79a2e9c445ac9999df2 failed to build from distclean - also tweak make_ext.plNicholas Clark2009-02-261-0/+3
* make_ext.pl now generates a Makefile.PL if needed.Nicholas Clark2009-02-121-2/+44
* Port make_ext.pl to VMS.Craig A. Berry2009-02-071-13/+66
* Cope with new-style ext/Data-Dumper as well as old-style ext/Data/DumperNicholas Clark2009-02-061-1/+10
* When normalising @extspec, use the result of s/// in if() rather than m//Nicholas Clark2009-02-041-7/+4
* Remove the / from the end of the extension directory. Change the quantifiers onNicholas Clark2009-02-041-1/+1
* Some refactoring in the loop that constructs parameters for build_extension().Nicholas Clark2009-02-041-8/+7
* Fold win32/buildext.pl into make_ext.plNicholas Clark2009-02-021-7/+89
* Replacing system $scalar with system @list requires splitting $MAKE on spaces.Nicholas Clark2009-02-011-5/+8
* Loop over @extspec, calling build_extension() on each.Nicholas Clark2009-02-011-68/+52
* The $@ was actually a botched conversion from $make $targ, rather than anNicholas Clark2009-02-011-1/+1
* Correctly escape $ in debug statementRafael Garcia-Suarez2009-02-011-1/+1
* Move the static/dynamic/nonxs LINKTYPE logic from make_ext.pl to Makefile.SHNicholas Clark2009-01-311-23/+4
* Use the build_extension() routine from win32/buildext.plNicholas Clark2009-01-311-47/+69
* The hack to write out realclean.sh and veryclean.sh is for Unix only.Nicholas Clark2009-01-311-13/+13
* Move the target generic logic above the extension specific logic.Nicholas Clark2009-01-301-31/+30
* The logic to set $makefile to 'Makefile.old' can't work, so remove it.Nicholas Clark2009-01-301-8/+0
* Eliminate $makeargs by prepending its contents to $passthru.Nicholas Clark2009-01-301-10/+4
* Use Config; rather than parsing config.sh and pushing it into %ENV, a literalNicholas Clark2009-01-301-30/+5
* Add --options with arguments to make_ext.pl. Pass $target as --target=...Nicholas Clark2009-01-291-7/+13
* Move ext/util/make_ext.pl to the top level.Nicholas Clark2009-01-281-0/+241