From 391ee8c6a3113c740c319e7ff235001406f56b75 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 11 Jun 2015 05:45:58 +0000 Subject: Remove LIBNAME setting from nmake template, should be using versioned value set in header template. GH #107 --- src/build-data/makefile/nmake.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/build-data/makefile/nmake.in') diff --git a/src/build-data/makefile/nmake.in b/src/build-data/makefile/nmake.in index 0f1152262..fc13a6c2a 100644 --- a/src/build-data/makefile/nmake.in +++ b/src/build-data/makefile/nmake.in @@ -20,8 +20,6 @@ APPOBJS = %{app_objs} TESTOBJS = %{test_objs} -LIBNAME = botan - LIBRARIES = $(BOTAN_LIB) # This will be either a static lib or the DLL import lib -- cgit v1.2.3