Hand-resolve a conflict in the msvc Makefile

This commit is contained in:
david parsons
2017-03-25 06:03:08 -07:00
parent eb15c58616
commit ac425bc85d
-4
View File
@@ -1,9 +1,5 @@
# NMAKE Makefile to build Discount with Visual C++
<<<<<<< HEAD:msvc/Makefile
CFLAGS = /nologo /MP /MD /EHa /Zi \
=======
CFLAGS = /nologo /MP /MDd /EHa /Zi \
>>>>>>> gethopt-uber-alles:msvc/Makefile
/D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /D_SCL_SECURE_NO_WARNINGS \
/I.
LIBOBJ = mkdio.obj markdown.obj dumptree.obj generate.obj \