BUG: temp fix

This commit is contained in:
Ken Martin 2006-07-24 16:35:32 -04:00
parent e206d58027
commit 284f6c6835
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
// remove an old file if it is there
info->CAPI->RemoveFile(argv[2]);
//info->CAPI->RemoveFile(argv[2]);
/* add customs commands to generate the source file */
ccArgs[0] = "-E";

View File

@ -122,7 +122,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
// remove an old file if it is there
info->CAPI->RemoveFile(argv[2]);
//info->CAPI->RemoveFile(argv[2]);
/* add customs commands to generate the source file */
ccArgs[0] = "-E";