Fixed copy command to copy the file to te right place.
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 15 Jul 2001 13:44:39 +0000 (13:44 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 15 Jul 2001 13:44:39 +0000 (13:44 +0000)
Added quotes around file paths for copy command.

pcre/vc_dftables.dsp

index 6d2b3d4..4a6276f 100755 (executable)
@@ -100,6 +100,7 @@ PostBuild_Cmds=$(OutDir)\vc_dftables.exe >$(OutDir)\..\chartables.c
 # Begin Source File\r
 \r
 SOURCE=..\config.h.win\r
 # Begin Source File\r
 \r
 SOURCE=..\config.h.win\r
+\r
 !IF  "$(CFG)" == "vc_dftables - Win32 Release"\r
 \r
 # Begin Custom Build\r
 !IF  "$(CFG)" == "vc_dftables - Win32 Release"\r
 \r
 # Begin Custom Build\r
@@ -117,15 +118,15 @@ InputPath=..\config.h.win
 WkspDir=.\r
 InputPath=..\config.h.win\r
 \r
 WkspDir=.\r
 InputPath=..\config.h.win\r
 \r
-"$(WkspDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
-       copy $(InputPath) $(WkspDir)\config.h\r
+"$(WkspDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+       copy "$(InputPath)" "$(WkspDir)\..\config.h"\r
 \r
 # End Custom Build\r
 \r
 !ENDIF \r
 \r
 # End Custom Build\r
 \r
 !ENDIF \r
+\r
 # End Source File\r
 # End Group\r
 # End Source File\r
 # End Group\r
-\r
 # Begin Source File\r
 \r
 SOURCE=..\config.h\r
 # Begin Source File\r
 \r
 SOURCE=..\config.h\r