BUILD.Windows: Add documentation to handle the libtool change.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 29 Jan 2014 23:34:03 +0000 (15:34 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 31 Jan 2014 02:17:24 +0000 (18:17 -0800)
commit20bd44f83bab5afb2d552f5ed877e91da598e65c
treee2ff0b88d799ea91a6b1375adc4cade2eeaaf11b
parent57cfcebdf168d18549c888acf63b521991ba6c4e
BUILD.Windows: Add documentation to handle the libtool change.

With the recent change to libtool, the default behavior is to use
MinGW's 'ld'. Set the LD variable to direct it to Visual Studio's
linker.

The wordings for the documentation is copied from INSTALL.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
BUILD.Windows