Loading lib/Makefile.m32 +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ RM = rm -f RANLIB = ranlib STRIP = strip -g OPENSSL_PATH = ../../openssl-0.9.6g ZLIB_PATH = ../../zlib-1.1.3 ZLIB_PATH = ../../zlib-1.1.4 ######################################################## ## Nothing more to do below this line! Loading @@ -27,7 +27,7 @@ ifdef SSL endif ifdef ZLIB INCLUDES += -I"$(ZLIB_PATH)" CFLAGS += -DHAVE_ZLIB CFLAGS += -DHAVE_ZLIB -DHAVE_ZLIB_H DLL_LIBS += -L$(ZLIB_PATH) -lz endif COMPILE = $(CC) $(INCLUDES) $(CFLAGS) Loading Loading
lib/Makefile.m32 +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ RM = rm -f RANLIB = ranlib STRIP = strip -g OPENSSL_PATH = ../../openssl-0.9.6g ZLIB_PATH = ../../zlib-1.1.3 ZLIB_PATH = ../../zlib-1.1.4 ######################################################## ## Nothing more to do below this line! Loading @@ -27,7 +27,7 @@ ifdef SSL endif ifdef ZLIB INCLUDES += -I"$(ZLIB_PATH)" CFLAGS += -DHAVE_ZLIB CFLAGS += -DHAVE_ZLIB -DHAVE_ZLIB_H DLL_LIBS += -L$(ZLIB_PATH) -lz endif COMPILE = $(CC) $(INCLUDES) $(CFLAGS) Loading