aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.vc6
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
commit6e8c73fd38940cc2998b8c1b406122249397011e (patch)
tree4a3ecfc1d28fd7850a1fa13b0de3e9c237875479 /ares/Makefile.vc6
parent56981a2aaf6695f2ea71195a0909813de6d34b02 (diff)
cope with ares_build.h and ares_rules.h follow-up
Diffstat (limited to 'ares/Makefile.vc6')
-rw-r--r--ares/Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6
index eb064b910..84352dbe5 100644
--- a/ares/Makefile.vc6
+++ b/ares/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 \