From fde366e2dbf8d6eb9afd7c775e41b288f446086f 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 --- trunk/c5/cryptest.dsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/trunk/c5/cryptest.dsp b/trunk/c5/cryptest.dsp index 3f536783..e481e9ed 100644 --- a/trunk/c5/cryptest.dsp +++ b/trunk/c5/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