aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/nmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/makefile/nmake.in')
-rw-r--r--src/build-data/makefile/nmake.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/build-data/makefile/nmake.in b/src/build-data/makefile/nmake.in
index 9ab563b1a..f45690d06 100644
--- a/src/build-data/makefile/nmake.in
+++ b/src/build-data/makefile/nmake.in
@@ -13,10 +13,7 @@ RM = @del /Q
RM_R = $(RM) /S
RMDIR = @rmdir
-### File Lists
-APP = %{app_prefix}botan
-TEST = %{app_prefix}botan-test
-
+### Library targets
LIBOBJS = %{lib_objs}
APPOBJS = %{app_objs}
@@ -30,8 +27,6 @@ LIBRARIES = $(BOTAN_LIB)
# This will be either a static lib or the DLL import lib
BOTAN_LIB = $(LIBNAME).%{static_suffix}
-all: $(APP) $(TEST)
-
# Build Commands
%{lib_build_cmds}