Here's something silly... I guess.

After
Configure.pl
nmake
nmake clean or realclean
there are several collateral files left:
? parrot.ilk
? parrot.pdb
? vc70.pdb
? runtime/parrot/dynext/libnci.exp
? runtime/parrot/dynext/libnci.ilk
? runtime/parrot/dynext/libnci.lib
? runtime/parrot/dynext/libnci.pdb

Some others are mentioned in .cvsignore
...
test.ilk
test.ldo
test.out
test.pdb
vc60.pdb
...

IMHO, these should be deleted on 'clean'.  For example, libnci.lib is the
client stub for libnci.so, therefore should match up.  Also, the .pdb files
contain debugging information, which are only valid for a single library
build, if I recall correctly.

Any other thoughts on that one, or cleaning up platform dependent
collateral files in general?

Reply via email to