Subversion Repositories spk

Rev

Rev 114 | Rev 119 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 114 Rev 116
Line 241... Line 241...
241
	if ( F.CheckFileExtension("bob") || F.CheckFileExtension("pbd") || F.CheckFileExtension("bod") ) {
241
	if ( F.CheckFileExtension("bob") || F.CheckFileExtension("pbd") || F.CheckFileExtension("bod") ) {
242
		_removeSameFile(file, sDest, "pbb", pList);
242
		_removeSameFile(file, sDest, "pbb", pList);
243
		_removeSameFile(file, sDest, "bob", pList);
243
		_removeSameFile(file, sDest, "bob", pList);
244
		_removeSameFile(file, sDest, "pbd", pList);
244
		_removeSameFile(file, sDest, "pbd", pList);
245
	}
245
	}
-
 
246
	else if ( F.CheckFileExtension("xml") || F.CheckFileExtension("txt") )
-
 
247
		_removeSameFile(file, sDest, "pck", pList);
246
 
248
 
247
	(*pList)[file.lower()] = sDest.findReplace("//", "/");
249
	(*pList)[file.lower()] = sDest.findReplace("//", "/");
248
}
250
}
249
void CVirtualFileSystem::_addModFile(const Utils::String &sFile, const Utils::String &sMod, FileList *pList)
251
void CVirtualFileSystem::_addModFile(const Utils::String &sFile, const Utils::String &sMod, FileList *pList)
250
{
252
{