From 2cf0c19457fe82bb76e355bf89278d92dda295b9 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sun, 15 Jul 2001 13:44:39 +0000 Subject: [PATCH] Fixed copy command to copy the file to te right place. Added quotes around file paths for copy command. --- pcre/vc_dftables.dsp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.2