From d8ed817b99b7c9e1a85935f993d544c89ae2746f Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sat, 7 Aug 2010 18:35:47 +0200 Subject: [PATCH] Fix to overwrite default libname. --- Makefile.Watcom | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.Watcom b/Makefile.Watcom index fdee10a..c1c6d5b 100644 --- a/Makefile.Watcom +++ b/Makefile.Watcom @@ -10,7 +10,9 @@ SYS_INCL = -I$(%watcom)\h\nt -I$(%watcom)\h SYS_LIBS = $(%watcom)\lib386\nt;$(%watcom)\lib386 !endif -!ifndef %libname +!ifdef %libname +LIBNAME = $(%libname) +!else LIBNAME = cares !endif TARGETS = $(LIBNAME).dll $(LIBNAME)_imp.lib $(LIBNAME).lib -- 2.7.4