Fold win32/buildext.pl into make_ext.pl
[p5sagit/p5-mst-13.2.git] / make_ext.pl
2009-02-02 Nicholas Clark Fold win32/buildext.pl into make_ext.pl
2009-02-01 Nicholas Clark Replacing system $scalar with system @list requires...
2009-02-01 Nicholas Clark Loop over @extspec, calling build_extension() on each.
2009-02-01 Nicholas Clark The $@ was actually a botched conversion from $make...
2009-02-01 Rafael Garcia-Suarez Correctly escape $ in debug statement
2009-01-31 Nicholas Clark Move the static/dynamic/nonxs LINKTYPE logic from make_...
2009-01-31 Nicholas Clark Use the build_extension() routine from win32/buildext.pl
2009-01-31 Nicholas Clark The hack to write out realclean.sh and veryclean.sh...
2009-01-30 Nicholas Clark Move the target generic logic above the extension speci...
2009-01-30 Nicholas Clark The logic to set $makefile to 'Makefile.old' can't...
2009-01-30 Nicholas Clark Eliminate $makeargs by prepending its contents to ...
2009-01-30 Nicholas Clark Use Config; rather than parsing config.sh and pushing...
2009-01-29 Nicholas Clark Add --options with arguments to make_ext.pl. Pass ...
2009-01-28 Nicholas Clark Move ext/util/make_ext.pl to the top level.