From: oes Date: Sun, 1 Jul 2001 21:09:55 +0000 (+0000) Subject: Added fix for config.h.win by Magnus Holmgren X-Git-Tag: v_2_9_9~292 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=7a1348dc37afc1efc1910e0587ac0b350aec5011 Added fix for config.h.win by Magnus Holmgren --- 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