mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
8f1b63aea2
commit
8ce58eab10
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue