From: jongfoster Date: Sun, 15 Jul 2001 13:41:22 +0000 (+0000) Subject: Added deanimate.[ch], and fixed file copy by quoting filenames. X-Git-Tag: v_2_9_9~259 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=738f594431093fade346da306844f0b5b36adceb Added deanimate.[ch], and fixed file copy by quoting filenames. --- diff --git a/console_junkbuster.dsp b/console_junkbuster.dsp index 8e56f21b..f8f27148 100755 --- a/console_junkbuster.dsp +++ b/console_junkbuster.dsp @@ -121,6 +121,14 @@ SOURCE=.\config.h # End Source File # Begin Source File +SOURCE=.\deanimate.c +# End Source File +# Begin Source File + +SOURCE=.\deanimate.h +# End Source File +# Begin Source File + SOURCE=.\errlog.c # End Source File # Begin Source File @@ -216,7 +224,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 f1400507..28d3aab1 100644 --- a/vc_junkbuster.dsp +++ b/vc_junkbuster.dsp @@ -123,6 +123,14 @@ SOURCE=.\config.h # End Source File # Begin Source File +SOURCE=.\deanimate.c +# End Source File +# Begin Source File + +SOURCE=.\deanimate.h +# End Source File +# Begin Source File + SOURCE=.\errlog.c # End Source File # Begin Source File @@ -218,7 +226,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