fix adhoc.cpp.proto custom build problem

pull/2/head
weidai 2003-03-03 21:32:57 +00:00
parent 3a552b99f1
commit 038c499114
1 changed files with 8 additions and 8 deletions

View File

@ -381,8 +381,8 @@ SOURCE=.\adhoc.cpp.proto
InputPath=.\adhoc.cpp.proto InputPath=.\adhoc.cpp.proto
"adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" "adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
if exist adhoc.cpp touch adhoc.cpp if exist adhoc.cpp echo: >> adhoc.cpp
if not exist adhoc.cpp copy $(InputPath) adhoc.cpp if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
# End Custom Build # End Custom Build
@ -392,8 +392,8 @@ InputPath=.\adhoc.cpp.proto
InputPath=.\adhoc.cpp.proto InputPath=.\adhoc.cpp.proto
"adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" "adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
if exist adhoc.cpp touch adhoc.cpp if exist adhoc.cpp echo: >> adhoc.cpp
if not exist adhoc.cpp copy $(InputPath) adhoc.cpp if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
# End Custom Build # End Custom Build
@ -403,8 +403,8 @@ InputPath=.\adhoc.cpp.proto
InputPath=.\adhoc.cpp.proto InputPath=.\adhoc.cpp.proto
"adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" "adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
if exist adhoc.cpp touch adhoc.cpp if exist adhoc.cpp echo: >> adhoc.cpp
if not exist adhoc.cpp copy $(InputPath) adhoc.cpp if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
# End Custom Build # End Custom Build
@ -414,8 +414,8 @@ InputPath=.\adhoc.cpp.proto
InputPath=.\adhoc.cpp.proto InputPath=.\adhoc.cpp.proto
"adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" "adhoc.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
if exist adhoc.cpp touch adhoc.cpp if exist adhoc.cpp echo: >> adhoc.cpp
if not exist adhoc.cpp copy $(InputPath) adhoc.cpp if not exist adhoc.cpp copy "$(InputPath)" adhoc.cpp
# End Custom Build # End Custom Build