summaryrefslogtreecommitdiff
path: root/libapr.dsp
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-05-24 15:15:41 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-05-24 15:15:41 +0000
commit0e9ac32a6afe9c0f6c3a4e4fcdb95e9d75ada92e (patch)
tree8d8925cc0539bee23dc0e4faf5d3f77003daed73 /libapr.dsp
parentfa853c95cdf5858beb2a024f8892c8bee37f30fb (diff)
downloadlibapr-0e9ac32a6afe9c0f6c3a4e4fcdb95e9d75ada92e.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: http://svn.apache.org/repos/asf/apr/apr/trunk@63430 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r--libapr.dsp10
1 files changed, 4 insertions, 6 deletions
diff --git a/libapr.dsp b/libapr.dsp
index c776a72b4..6c66ff258 100644
--- a/libapr.dsp
+++ b/libapr.dsp
@@ -473,23 +473,21 @@ SOURCE=.\include\apr.hw
!IF "$(CFG)" == "libapr - Win32 Release"
-# Begin Custom Build
+# Begin Custom Build - Creating apr.h from apr.hw
InputPath=.\include\apr.hw
".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\include\apr.hw .\include\apr.h > nul
- echo Created apr.h from apr.hw
+ type .\include\apr.hw > .\include\apr.h
# End Custom Build
!ELSEIF "$(CFG)" == "libapr - Win32 Debug"
-# Begin Custom Build
+# Begin Custom Build - Creating apr.h from apr.hw
InputPath=.\include\apr.hw
".\include\apr.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- copy .\include\apr.hw .\include\apr.h > nul
- echo Created apr.h from apr.hw
+ type .\include\apr.hw > .\include\apr.h
# End Custom Build