From: jongfoster <jongfoster@users.sourceforge.net>
Date: Sun, 15 Jul 2001 16:13:26 +0000 (+0000)
Subject: Fixing file copy in "Release" build.
X-Git-Tag: v_2_9_9~254
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@toggle?a=commitdiff_plain;h=c66219528ae73c95c995e302f29392cb0ba3a50b;p=privoxy.git

Fixing file copy in "Release" build.
---

diff --git a/console_junkbuster.dsp b/console_junkbuster.dsp
index f8f27148..493fbcd4 100755
--- a/console_junkbuster.dsp
+++ b/console_junkbuster.dsp
@@ -213,7 +213,7 @@ InputDir=.
 InputPath=.\config.h.win
 
 "$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	copy $(InputPath) $(InputDir)\config.h
+	copy "$(InputPath)" "$(InputDir)\config.h"
 
 # End Custom Build
 
diff --git a/vc_junkbuster.dsp b/vc_junkbuster.dsp
index 28d3aab1..e3785174 100644
--- a/vc_junkbuster.dsp
+++ b/vc_junkbuster.dsp
@@ -215,7 +215,7 @@ InputDir=.
 InputPath=.\config.h.win
 
 "$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	copy $(InputPath) $(InputDir)\config.h
+	copy "$(InputPath)" "$(InputDir)\config.h"
 
 # End Custom Build