summaryrefslogtreecommitdiff
path: root/compat/vcbuild/scripts
diff options
context:
space:
mode:
authorLibravatar Ramsay Jones <ramsay@ramsay1.demon.co.uk>2009-10-08 16:21:44 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-10-08 22:50:58 -0700
commitf2d50d937bd17eb413cb78ccb37c17c2d933f76d (patch)
tree7528fbecde99e0d5183f07e0438aa6c566e81091 /compat/vcbuild/scripts
parentTag GIT_VERSION when Git is built with MSVC (diff)
downloadtgif-f2d50d937bd17eb413cb78ccb37c17c2d933f76d.tar.xz
Fix MSVC build on cygwin
In the MSVC section of the Makefile, BASIC_CFLAGS is set to a value which contains the string "-DWIN32-D_CONSOLE". This results in a (single) malformed -Define being passed to the compiler. At least on my cygwin installation, the msvc compiler seems to ignore this parameter, without issuing an error or warning, and results in the WIN32 and _CONSOLE macros being undefined. This breaks the build. In order to fix the build, we simply insert a space between the two -Define parameters, "-DWIN32" and "-D_CONSOLE", as originally intended. Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/vcbuild/scripts')
0 files changed, 0 insertions, 0 deletions