From 70871603286407f42d3681ec9695a0ecedf52aad Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sun, 15 Jul 2001 16:14:00 +0000 Subject: [PATCH 1/1] Fixing "release" target. --- pcre/vc_dftables.dsp | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/pcre/vc_dftables.dsp b/pcre/vc_dftables.dsp index 4a6276f0..2eb49861 100755 --- a/pcre/vc_dftables.dsp +++ b/pcre/vc_dftables.dsp @@ -103,18 +103,18 @@ SOURCE=..\config.h.win !IF "$(CFG)" == "vc_dftables - Win32 Release" -# Begin Custom Build +# Begin Custom Build - Copying 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 !ELSEIF "$(CFG)" == "vc_dftables - Win32 Debug" -# Begin Custom Build +# Begin Custom Build - Copying config.h.win WkspDir=. InputPath=..\config.h.win @@ -146,15 +146,7 @@ SOURCE=.\internal.h # Begin Source File SOURCE=.\maketables.c - -!IF "$(CFG)" == "vc_dftables - Win32 Release" - -!ELSEIF "$(CFG)" == "vc_dftables - Win32 Debug" - # PROP Exclude_From_Build 1 - -!ENDIF - # End Source File # Begin Source File -- 2.39.2