Skip to content
Snippets Groups Projects
Commit 06d39bd3 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

ZLIB_ROOT not needed

parent 52177b1f
No related branches found
No related tags found
No related merge requests found
#
# c-ares Makefile for djgpp/gcc/Watt-32
# c-ares Makefile for djgpp/gcc/Watt-32.
# By Gisle Vanem <giva@bgnett.no> 2004.
#
.SUFFIXES: .exe
......@@ -7,7 +7,6 @@
include Makefile.inc
WATT32_ROOT = $(subst \,/,$(WATT_ROOT))
ZLIB_ROOT = /dev/env/DJGPP/contrib/zlib
CC = gcc
CFLAGS = -O2 -Wall -DWATT32 -Dselect=select_s -I$(WATT32_ROOT)/inc
......@@ -18,7 +17,6 @@ OBJ_DIR = djgpp
OBJECTS = $(addprefix $(OBJ_DIR)/, $(CSOURCES:.c=.o))
all: $(OBJ_DIR) libcares.a ahost.exe adig.exe
@echo Welcome to c-ares.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment