BUG: remove command causing issues with mid build reruns of cmake on vs70
This commit is contained in:
parent
f35c6d461a
commit
16a15f3e5e
|
@ -118,9 +118,6 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
|
||||||
|
|
||||||
info->CAPI->DestroySourceFile(source_file);
|
info->CAPI->DestroySourceFile(source_file);
|
||||||
|
|
||||||
/* remove an old file if it is there */
|
|
||||||
info->CAPI->RemoveFile(argv[2]);
|
|
||||||
|
|
||||||
srcs = argv[2];
|
srcs = argv[2];
|
||||||
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
|
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
|
||||||
|
|
||||||
|
|
|
@ -118,9 +118,6 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
|
||||||
|
|
||||||
info->CAPI->DestroySourceFile(source_file);
|
info->CAPI->DestroySourceFile(source_file);
|
||||||
|
|
||||||
/* remove an old file if it is there */
|
|
||||||
info->CAPI->RemoveFile(argv[2]);
|
|
||||||
|
|
||||||
srcs = argv[2];
|
srcs = argv[2];
|
||||||
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
|
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue