umk fixed to compile

git-svn-id: svn://ultimatepp.org/upp/trunk@8507 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-06-04 06:38:43 +00:00
parent 62c110d65b
commit f744b03a8a

View file

@ -159,6 +159,8 @@ struct Ide : public IdeContext, public MakeBuild {
virtual bool IsPersistentFindReplace() { return false; }
virtual String IdeGetIncludePath() {}
void ExportMakefile(const String& ep);
void ExportProject(const String& ep, bool all, bool deletedir = true);