ide: init files not changing when uses are changed anymore

git-svn-id: svn://ultimatepp.org/upp/trunk@8193 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-02-23 08:13:07 +00:00
parent 8f1b63aea2
commit 8ce58eab10

View file

@ -178,7 +178,7 @@ void WorkspaceWork::SavePackage()
for(int i = 0; i < actual.GetCount(); i++) {
String f = actual[i];
if(ToLower(GetFileExt(f)) == ".icpp")
init << "#define BLITZ_INDEX__ " << "F" << MD5String(init + f) << "\r\n"
init << "#define BLITZ_INDEX__ " << "F" << MD5String(f) << "\r\n"
<< "#include \"" << f << "\"\r\n"
<< "#undef BLITZ_INDEX__\r\n";
}