Windows: git-shell can be compiled again
commite705d757bde06c2e523fc5bbbbf62bbb7c2234e9
authorJohannes Sixt <johannes.sixt@telecom.at>
Mon, 8 Sep 2008 10:46:55 +0000 (8 12:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2008 21:23:55 +0000 (8 14:23 -0700)
treeac45aedf908aa89e402091d8378541f452ab1919
parent1364ff27dc5ecca4c1932d8fa09fe88a7c09fda0
Windows: git-shell can be compiled again

The reason that git-shell was excluded from the Windows build was that
our compatibility layer needed stuff that was removed when we tried to
link less of the git library into git-shell. Since 4cfc24a (shell: do
not play duplicated definition games to shrink the executable,
2008-08-19) the complete library is linked again, so we can build
git-shell on Windows as well. (This fixes 'make install', which depends
on that git-shell is always built.)

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile