summaryrefslogtreecommitdiff
path: root/srclib
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-05-24 15:16:53 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-05-24 15:16:53 +0000
commitd227cad01335d8c10bd8f703ccec4147faf0e40e (patch)
tree1bac4acb3135ec485a234d7676c538486007c25d /srclib
parent8287889b840154c224e731fcaa9652d4ad6603d8 (diff)
downloadhttpd-d227cad01335d8c10bd8f703ccec4147faf0e40e.tar.gz
We appear to never have had any complaints about copy srcname dstname
not overwriting dstname ... this flavor is certain not to emit a file exists error [with the obvious caviat - if it's write protected, your problem.] Much simpler than /y, <.y or set copycmd fooness. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95265 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r--srclib/pcre/dftables.dsp20
-rw-r--r--srclib/pcre/pcre.dsp26
-rw-r--r--srclib/pcre/pcreposix.dsp20
3 files changed, 26 insertions, 40 deletions
diff --git a/srclib/pcre/dftables.dsp b/srclib/pcre/dftables.dsp
index 46697f5a7a..4382944108 100644
--- a/srclib/pcre/dftables.dsp
+++ b/srclib/pcre/dftables.dsp
@@ -103,23 +103,21 @@ SOURCE=.\config.hw
!IF "$(CFG)" == "dftables - Win32 Release"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre config.h from config.hw
InputPath=.\config.hw
".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\config.hw .\config.h >nul
- echo Created pcre config.h from config.hw
+ type .\config.hw > .\config.h
# End Custom Build
!ELSEIF "$(CFG)" == "dftables - Win32 Debug"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre config.h from config.hw
InputPath=.\config.hw
".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\config.hw .\config.h >nul
- echo Created pcre config.h from config.hw
+ type .\config.hw > .\config.h
# End Custom Build
@@ -141,23 +139,21 @@ SOURCE=.\pcre.hw
!IF "$(CFG)" == "dftables - Win32 Release"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre.h from pcre.hw
InputPath=.\pcre.hw
".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\pcre.hw .\pcre.h >nul
- echo Created pcre.h from pcre.hw
+ type .\pcre.hw > .\pcre.h
# End Custom Build
!ELSEIF "$(CFG)" == "dftables - Win32 Debug"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre.h from pcre.hw
InputPath=.\pcre.hw
".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\pcre.hw .\pcre.h >nul
- echo Created pcre.h from pcre.hw
+ type .\pcre.hw > .\pcre.h
# End Custom Build
diff --git a/srclib/pcre/pcre.dsp b/srclib/pcre/pcre.dsp
index 039a3b7982..8c2ae590eb 100644
--- a/srclib/pcre/pcre.dsp
+++ b/srclib/pcre/pcre.dsp
@@ -89,23 +89,21 @@ SOURCE=.\dftables.exe
!IF "$(CFG)" == "pcre - Win32 Release"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre chartables.c from dftables
InputPath=.\dftables.exe
".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
.\dftables.exe >.\chartables.c
- Echo Creating pcre chartables.c from dftables
# End Custom Build
!ELSEIF "$(CFG)" == "pcre - Win32 Debug"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre chartables.c from dftables
InputPath=.\dftables.exe
".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
.\dftables.exe >.\chartables.c
- Echo Creating pcre chartables.c from dftables
# End Custom Build
@@ -138,23 +136,21 @@ SOURCE=.\config.hw
!IF "$(CFG)" == "pcre - Win32 Release"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre config.h from config.hw
InputPath=.\config.hw
".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\config.hw .\config.h >nul
- echo Created pcre config.h from config.hw
+ type .\config.hw > .\config.h
# End Custom Build
!ELSEIF "$(CFG)" == "pcre - Win32 Debug"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre config.h from config.hw
InputPath=.\config.hw
".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\config.hw .\config.h >nul
- echo Created pcre config.h from config.hw
+ type .\config.hw > .\config.h
# End Custom Build
@@ -171,23 +167,21 @@ SOURCE=.\pcre.hw
!IF "$(CFG)" == "pcre - Win32 Release"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre.h from pcre.hw
InputPath=.\pcre.hw
".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\pcre.hw .\pcre.h >nul
- echo Created pcre.h from pcre.hw
+ type .\pcre.hw > .\pcre.h
# End Custom Build
!ELSEIF "$(CFG)" == "pcre - Win32 Debug"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre.h from pcre.hw
InputPath=.\pcre.hw
".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\pcre.hw .\pcre.h >nul
- echo Created pcre.h from pcre.hw
+ type .\pcre.hw > .\pcre.h
# End Custom Build
diff --git a/srclib/pcre/pcreposix.dsp b/srclib/pcre/pcreposix.dsp
index f8e193a6bc..d38ebbfe0d 100644
--- a/srclib/pcre/pcreposix.dsp
+++ b/srclib/pcre/pcreposix.dsp
@@ -97,23 +97,21 @@ SOURCE=.\config.hw
!IF "$(CFG)" == "pcreposix - Win32 Release"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre config.h from config.hw
InputPath=.\config.hw
".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\config.hw .\config.h >nul
- echo Created pcre config.h from config.hw
+ type .\config.hw > .\config.h
# End Custom Build
!ELSEIF "$(CFG)" == "pcreposix - Win32 Debug"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre config.h from config.hw
InputPath=.\config.hw
".\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\config.hw .\config.h >nul
- echo Created pcre config.h from config.hw
+ type .\config.hw > .\config.h
# End Custom Build
@@ -126,23 +124,21 @@ SOURCE=.\pcre.hw
!IF "$(CFG)" == "pcreposix - Win32 Release"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre.h from pcre.hw
InputPath=.\pcre.hw
".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\pcre.hw .\pcre.h >nul
- echo Created pcre.h from pcre.hw
+ type .\pcre.hw > .\pcre.h
# End Custom Build
!ELSEIF "$(CFG)" == "pcreposix - Win32 Debug"
-# Begin Custom Build
+# Begin Custom Build - Creating pcre.h from pcre.hw
InputPath=.\pcre.hw
".\pcre.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\pcre.hw .\pcre.h >nul
- echo Created pcre.h from pcre.hw
+ type .\pcre.hw > .\pcre.h
# End Custom Build