Rename 64bit shell extension to allow both to exist.
commit1fb2bd70b75659f958d81e87b0267a7e183aaf06
authorPeter Kahle <pkahle@kahlilia.org>
Thu, 22 Apr 2010 19:49:19 +0000 (22 15:49 -0400)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 25 May 2010 12:47:48 +0000 (25 14:47 +0200)
tree5c947c6bbd6ca2b33a7c5d4eb3b2df8f17373eb4
parentad86b859dba12dcfc180cd1b12701a3d080d8537
Rename 64bit shell extension to allow both to exist.

It would seem to make sense to allow both the 32bit and 64bit
shell extension under windows to exist at the same time, so
I've renamed in the 64bit environment from git_shell_ext.dll to
git_shell_ext64.dll.

Also added a platform-clean target which is just like clean, but
only deletes the dll for the context for which make is being
called.

Signed-off-by: Peter Kahle <pkahle@kahlilia.org>
explorer/Makefile