diff options
author | Yang Tse <yangsita@gmail.com> | 2009-04-30 13:50:44 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-04-30 13:50:44 +0000 |
commit | 6e8c73fd38940cc2998b8c1b406122249397011e (patch) | |
tree | 4a3ecfc1d28fd7850a1fa13b0de3e9c237875479 /ares | |
parent | 56981a2aaf6695f2ea71195a0909813de6d34b02 (diff) |
cope with ares_build.h and ares_rules.h follow-up
Diffstat (limited to 'ares')
-rw-r--r-- | ares/Makefile.vc6 | 2 |
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 \ |