summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-04-30 13:50:44 +0000
committerYang Tse <yangsita@gmail.com>2009-04-30 13:50:44 +0000
commitbb2935b8fbbaab1b5db6aad89994e40ccc469f61 (patch)
tree5b2263ac0e285ef24ff8e7551b71754f17af9a94
parent483c51445866293d49eedb454a9a9ca9479e41e2 (diff)
downloadc-ares-bb2935b8fbbaab1b5db6aad89994e40ccc469f61.tar.gz
c-ares-bb2935b8fbbaab1b5db6aad89994e40ccc469f61.tar.bz2
c-ares-bb2935b8fbbaab1b5db6aad89994e40ccc469f61.zip
cope with ares_build.h and ares_rules.h follow-up
-rw-r--r--Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.vc6 b/Makefile.vc6
index eb064b9..84352db 100644
--- a/Makefile.vc6
+++ b/Makefile.vc6
@@ -43,7 +43,7 @@ CFLAGS = $(CFLAGS) -O2 -Og
LDFLAGS = $(LDFLAGS) -release
!endif
-CFLAGS = -I.\.
+CFLAGS = $(CFLAGS) -I.\.
OBJECTS = $(OBJ_DIR)\ares_fds.obj \
$(OBJ_DIR)\ares_process.obj \