diff options
author | git <[email protected]> | 2015-06-11 05:45:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-06-11 05:45:58 +0000 |
commit | 391ee8c6a3113c740c319e7ff235001406f56b75 (patch) | |
tree | 09c76fcc436339f6e5c890c187268fd8e1c7a029 /src/build-data/makefile/nmake.in | |
parent | d544599eecd9152633e21aa6d6064a872b9f1ebe (diff) |
Remove LIBNAME setting from nmake template, should be using versioned
value set in header template. GH #107
Diffstat (limited to 'src/build-data/makefile/nmake.in')
-rw-r--r-- | src/build-data/makefile/nmake.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 |