summaryrefslogtreecommitdiff
path: root/Makefile.msvc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-27 05:24:44 +0000
committerYang Tse <yangsita@gmail.com>2009-11-27 05:24:44 +0000
commit103dec073ecd8bd13dcd4f8342ae25bc2d3f252d (patch)
treeb280a1e45d83fb2137b1f3d91ba4b90ab9863bcd /Makefile.msvc
parent57e48c4cf1d8f125eaa11e184c7f35f7d6ce9fd3 (diff)
downloadc-ares-103dec073ecd8bd13dcd4f8342ae25bc2d3f252d.tar.gz
c-ares-103dec073ecd8bd13dcd4f8342ae25bc2d3f252d.tar.bz2
c-ares-103dec073ecd8bd13dcd4f8342ae25bc2d3f252d.zip
Preserve empty line following last target
Diffstat (limited to 'Makefile.msvc')
-rw-r--r--Makefile.msvc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.msvc b/Makefile.msvc
index 2a6cc1e..f423e03 100644
--- a/Makefile.msvc
+++ b/Makefile.msvc
@@ -228,7 +228,7 @@ PDBTYPE_CONSOLIDATE = /pdbtype:consolidate
CC_CMD_REL = cl.exe /nologo $(RTLIB) /DNDEBUG /O2
CC_CMD_DBG = cl.exe /nologo $(RTLIBD) /D_DEBUG /Od /Zi /GZ
-CC_CFLAGS = $(CFLAGS) /I. /W3 /GX /FD
+CC_CFLAGS = $(CFLAGS) /I. /W3 /GX /FD
RC_CMD_REL = rc.exe /l 0x409 /d "NDEBUG"
RC_CMD_DBG = rc.exe /l 0x409 /d "_DEBUG"
@@ -463,3 +463,5 @@ $(PROG2_DIR): $(BASE_DIR)
$(PROG3_DIR): $(BASE_DIR)
@if not exist $(PROG3_DIR) mkdir $(PROG3_DIR)
+
+# End of Makefile.msvc