From: jongfoster Date: Sun, 15 Jul 2001 13:44:39 +0000 (+0000) Subject: Fixed copy command to copy the file to te right place. X-Git-Tag: v_2_9_9~257 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=2cf0c19457fe82bb76e355bf89278d92dda295b9;ds=sidebyside Fixed copy command to copy the file to te right place. Added quotes around file paths for copy command. --- diff --git a/pcre/vc_dftables.dsp b/pcre/vc_dftables.dsp index 6d2b3d44..4a6276f0 100755 --- a/pcre/vc_dftables.dsp +++ b/pcre/vc_dftables.dsp @@ -100,6 +100,7 @@ PostBuild_Cmds=$(OutDir)\vc_dftables.exe >$(OutDir)\..\chartables.c # Begin Source File SOURCE=..\config.h.win + !IF "$(CFG)" == "vc_dftables - Win32 Release" # Begin Custom Build @@ -117,15 +118,15 @@ InputPath=..\config.h.win WkspDir=. InputPath=..\config.h.win -"$(WkspDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - copy $(InputPath) $(WkspDir)\config.h +"$(WkspDir)\..\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy "$(InputPath)" "$(WkspDir)\..\config.h" # End Custom Build !ENDIF + # End Source File # End Group - # Begin Source File SOURCE=..\config.h