changeset 112:edcbacb6c8dd

Merge changes from bitbucket, which had a similar more complete patch.
author Brian Smith <brian@dbsoft.org>
date Sun, 07 Jul 2019 22:44:58 -0500
parents 8a243285b481 (current diff) 1be3af76b0ee (diff)
children f834196ce5b4
files src/makefile.vc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.vc	Thu Jun 20 18:51:22 2019 -0500
+++ b/src/makefile.vc	Sun Jul 07 22:44:58 2019 -0500
@@ -78,7 +78,7 @@
 # Create a zip file for use with Nullsoft's Install system
 # Requires NSIS and makensis to be in the PATH     
 installer:
-    rd /s /q ..\install\package
+    -rd /s /q ..\install\package
     md ..\install\package
     copy handyftp.exe ..\install\package
     copy $(DWINCDIR)\dw.dll ..\install\package