From 8ce58eab10d22be7c9235ea4833012c8a6437384 Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 23 Feb 2015 08:13:07 +0000 Subject: [PATCH] ide: init files not changing when uses are changed anymore git-svn-id: svn://ultimatepp.org/upp/trunk@8193 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/UppWspc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/UppWspc.cpp b/uppsrc/ide/UppWspc.cpp index f7adeb132..8743f8b49 100644 --- a/uppsrc/ide/UppWspc.cpp +++ b/uppsrc/ide/UppWspc.cpp @@ -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"; }