From 7a1348dc37afc1efc1910e0587ac0b350aec5011 Mon Sep 17 00:00:00 2001 From: oes Date: Sun, 1 Jul 2001 21:09:55 +0000 Subject: [PATCH] Added fix for config.h.win by Magnus Holmgren --- pcre/vc_dftables.dsp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pcre/vc_dftables.dsp b/pcre/vc_dftables.dsp index e93bab04..6d2b3d44 100755 --- a/pcre/vc_dftables.dsp +++ b/pcre/vc_dftables.dsp @@ -100,8 +100,32 @@ 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 +WkspDir=. +InputPath=..\config.h.win + +"$(WkspDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy $(InputPath) $(WkspDir)\config.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "vc_dftables - Win32 Debug" + +# Begin Custom Build +WkspDir=. +InputPath=..\config.h.win + +"$(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