From c66219528ae73c95c995e302f29392cb0ba3a50b Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sun, 15 Jul 2001 16:13:26 +0000 Subject: [PATCH] Fixing file copy in "Release" build. --- console_junkbuster.dsp | 2 +- vc_junkbuster.dsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2