diff options
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 \ |