Added fix for config.h.win by Magnus Holmgren <lear@algonet.se>
authoroes <oes@users.sourceforge.net>
Sun, 1 Jul 2001 21:09:55 +0000 (21:09 +0000)
committeroes <oes@users.sourceforge.net>
Sun, 1 Jul 2001 21:09:55 +0000 (21:09 +0000)
pcre/vc_dftables.dsp

index e93bab0..6d2b3d4 100755 (executable)
@@ -100,8 +100,32 @@ PostBuild_Cmds=$(OutDir)\vc_dftables.exe >$(OutDir)\..\chartables.c
 # Begin Source File\r
 \r
 SOURCE=..\config.h.win\r
+!IF  "$(CFG)" == "vc_dftables - Win32 Release"\r
+\r
+# Begin Custom Build\r
+WkspDir=.\r
+InputPath=..\config.h.win\r
+\r
+"$(WkspDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+       copy $(InputPath) $(WkspDir)\config.h\r
+\r
+# End Custom Build\r
+\r
+!ELSEIF  "$(CFG)" == "vc_dftables - Win32 Debug"\r
+\r
+# Begin Custom Build\r
+WkspDir=.\r
+InputPath=..\config.h.win\r
+\r
+"$(WkspDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+       copy $(InputPath) $(WkspDir)\config.h\r
+\r
+# End Custom Build\r
+\r
+!ENDIF \r
 # End Source File\r
 # End Group\r
+\r
 # Begin Source File\r
 \r
 SOURCE=..\config.h\r