Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst git-svn-id: svn://10.0.0.236/trunk@111049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -439,13 +439,13 @@ public:
|
||||
}
|
||||
|
||||
|
||||
static void PrintTargets(const char *pMacroName, const char *pDelimeter){
|
||||
static void PrintTargets(const char *pMacroName, const char *pDelimiter){
|
||||
CFileRecord *pRec;
|
||||
BOOL bFound;
|
||||
POSITION next;
|
||||
CString name;
|
||||
|
||||
BOOL bNeedDelimeter = FALSE;
|
||||
BOOL bNeedDelimiter = FALSE;
|
||||
fprintf(pAltFile, "%s = ", pMacroName);
|
||||
|
||||
// use orderedFileNames to preserve target order
|
||||
@@ -462,13 +462,13 @@ public:
|
||||
|
||||
_splitpath( csOutput, NULL, NULL, fname, NULL );
|
||||
|
||||
if(bNeedDelimeter) {
|
||||
fprintf(pAltFile, "%s\n", pDelimeter);
|
||||
bNeedDelimeter = FALSE;
|
||||
if(bNeedDelimiter) {
|
||||
fprintf(pAltFile, "%s\n", pDelimiter);
|
||||
bNeedDelimiter = FALSE;
|
||||
}
|
||||
|
||||
fprintf(pAltFile, " $(OUTDIR)\\%s.obj ", fname );
|
||||
bNeedDelimeter = TRUE;
|
||||
bNeedDelimiter = TRUE;
|
||||
}
|
||||
}
|
||||
fprintf(pAltFile, "\n\n\n");
|
||||
|
||||
Reference in New Issue
Block a user