From 738f594431093fade346da306844f0b5b36adceb Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sun, 15 Jul 2001 13:41:22 +0000 Subject: [PATCH] Added deanimate.[ch], and fixed file copy by quoting filenames. --- console_junkbuster.dsp | 10 +++++++++- vc_junkbuster.dsp | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) 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 -- 2.39.2