1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-07 17:41:04 +00:00

Preserve empty line following last target

This commit is contained in:
Yang Tse
2009-11-27 05:24:44 +00:00
parent 57e48c4cf1
commit 103dec073e

View File

@ -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