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 | bb2935b8fbbaab1b5db6aad89994e40ccc469f61 (patch) | |
tree | 5b2263ac0e285ef24ff8e7551b71754f17af9a94 /Makefile.vc6 | |
parent | 483c51445866293d49eedb454a9a9ca9479e41e2 (diff) | |
download | c-ares-bb2935b8fbbaab1b5db6aad89994e40ccc469f61.tar.gz c-ares-bb2935b8fbbaab1b5db6aad89994e40ccc469f61.tar.bz2 c-ares-bb2935b8fbbaab1b5db6aad89994e40ccc469f61.zip |
cope with ares_build.h and ares_rules.h follow-up
Diffstat (limited to 'Makefile.vc6')
-rw-r--r-- | Makefile.vc6 | 2 |
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 \ |