Added deanimate.[ch], and fixed file copy by quoting filenames.
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 15 Jul 2001 13:41:22 +0000 (13:41 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 15 Jul 2001 13:41:22 +0000 (13:41 +0000)
console_junkbuster.dsp
vc_junkbuster.dsp

index 8e56f21..f8f2714 100755 (executable)
@@ -121,6 +121,14 @@ SOURCE=.\config.h
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\deanimate.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\deanimate.h\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\errlog.c\r
 # End Source File\r
 # Begin Source File\r
@@ -216,7 +224,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 f140050..28d3aab 100644 (file)
@@ -123,6 +123,14 @@ SOURCE=.\config.h
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\deanimate.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\deanimate.h\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\errlog.c\r
 # End Source File\r
 # Begin Source File\r
@@ -218,7 +226,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