fix adhoc.cpp.proto custom build problem
parent
3a552b99f1
commit
038c499114
16
cryptest.dsp
16
cryptest.dsp
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue