Fix distclean on Win32
authorSteve Hay <SteveHay@planit.com>
Tue, 29 Sep 2009 14:41:06 +0000 (15:41 +0100)
committerSteve Hay <SteveHay@planit.com>
Tue, 29 Sep 2009 14:41:06 +0000 (15:41 +0100)
commita85e0e8cf88042961f6f69a4f64e20f985d31654
tree87de4117de42ca0395e18b2d204711e11da7fb4d
parent710e07e27761e9989c10a90b08bcfb94284b9806
Fix distclean on Win32

nmake realclean in the Encode sub-dirs didn't work because it needed an
extra ../ on the relative paths in @INC. Make the paths absolute instead.

nmake realclean in DynaLoader didn't work either because it tried to make
DynaLoader.c... three times. Move the loop over @ext out of the loop over
@dirs to fix the repetitions, but don't add DynaLoader.c anyway when just
making a 'clean' target.

Also clean up the XSLoader.pm that gets left behind.
make_ext.pl
win32/Makefile
win32/makefile.mk