Fixing file copy in "Release" build.
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 15 Jul 2001 16:13:26 +0000 (16:13 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 15 Jul 2001 16:13:26 +0000 (16:13 +0000)
console_junkbuster.dsp
vc_junkbuster.dsp

index f8f2714..493fbcd 100755 (executable)
@@ -213,7 +213,7 @@ InputDir=.
 InputPath=.\config.h.win\r
 \r
 "$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
-       copy $(InputPath) $(InputDir)\config.h\r
+       copy "$(InputPath)" "$(InputDir)\config.h"\r
 \r
 # End Custom Build\r
 \r
index 28d3aab..e378517 100644 (file)
@@ -215,7 +215,7 @@ InputDir=.
 InputPath=.\config.h.win\r
 \r
 "$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
-       copy $(InputPath) $(InputDir)\config.h\r
+       copy "$(InputPath)" "$(InputDir)\config.h"\r
 \r
 # End Custom Build\r
 \r