Fixing registering cheetah dll problem
commitba9efd3c0282eb4b66d36836a6931ecb79bf9fd7
authorBosko Ivanisevic <bosko.ivanisevic@gmail.com>
Fri, 6 Mar 2009 13:40:10 +0000 (6 05:40 -0800)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 7 Mar 2009 14:51:18 +0000 (7 15:51 +0100)
tree66fb63260d6977fd4fecea4843b495ed6c6a089d
parenta17712ff06ca00eb365d4cc8b3b220b6510acd16
Fixing registering cheetah dll problem

Trying to register git_shell_ext.dll failed, because
exported function names are decorated and cannot
be used (I've tried on Vista and Windows XP x64). After adding -k to
DLLWRAPFLAGS in Makefile registration was successful.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Makefile