diff options
author | lloyd <[email protected]> | 2010-09-08 14:29:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-08 14:29:44 +0000 |
commit | 469bad701949a839672f2df469b50f14f34e3875 (patch) | |
tree | 3414f6b50b7f017a4144e9f9aed2ba13b8da4ab2 /src/build-data | |
parent | 0d2976da7bf4d389da6d1608d32e2c67fff13b4b (diff) |
In the nmake clean target, delete additional stuff that VC++ drops into
the directory when building a DLL
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/makefile/nmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/makefile/nmake.in b/src/build-data/makefile/nmake.in index 9928f3d4e..9ca071da3 100644 --- a/src/build-data/makefile/nmake.in +++ b/src/build-data/makefile/nmake.in @@ -69,6 +69,7 @@ $(BOTAN_LIB): $(LIBOBJS) ### Fake Targets clean: $(RM) %{build_dir}\lib\* %{build_dir}\checks\* + $(RM) *.manifest *.exp *.dll $(RM) $(LIBRARIES) $(CHECK) distclean: clean |