From 038c4991140b38f2bb2154aef4b00ff242e98ec0 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 3 Mar 2003 21:32:57 +0000 Subject: [PATCH] fix adhoc.cpp.proto custom build problem --- cryptest.dsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cryptest.dsp b/cryptest.dsp index 3f536783..e481e9ed 100644 --- a/cryptest.dsp +++ b/cryptest.dsp @@ -381,8 +381,8 @@ SOURCE=.\adhoc.cpp.proto InputPath=.\adhoc.cpp.proto "adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - if exist adhoc.cpp touch adhoc.cpp - if not exist adhoc.cpp copy $(InputPath) adhoc.cpp + if exist adhoc.cpp echo: >> adhoc.cpp + if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp # End Custom Build @@ -392,8 +392,8 @@ InputPath=.\adhoc.cpp.proto InputPath=.\adhoc.cpp.proto "adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - if exist adhoc.cpp touch adhoc.cpp - if not exist adhoc.cpp copy $(InputPath) adhoc.cpp + if exist adhoc.cpp echo: >> adhoc.cpp + if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp # End Custom Build @@ -403,8 +403,8 @@ InputPath=.\adhoc.cpp.proto InputPath=.\adhoc.cpp.proto "adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - if exist adhoc.cpp touch adhoc.cpp - if not exist adhoc.cpp copy $(InputPath) adhoc.cpp + if exist adhoc.cpp echo: >> adhoc.cpp + if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp # End Custom Build @@ -414,8 +414,8 @@ InputPath=.\adhoc.cpp.proto InputPath=.\adhoc.cpp.proto "adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - if exist adhoc.cpp touch adhoc.cpp - if not exist adhoc.cpp copy $(InputPath) adhoc.cpp + if exist adhoc.cpp echo: >> adhoc.cpp + if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp # End Custom Build