mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
umk: Fixed to build
git-svn-id: svn://ultimatepp.org/upp/trunk@13005 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8ccc637bdb
commit
b45fb16a15
2 changed files with 7 additions and 1 deletions
|
|
@ -163,6 +163,12 @@ struct Ide : public IdeContext, public MakeBuild {
|
|||
|
||||
virtual String IdeGetIncludePath() { return Null; }
|
||||
|
||||
virtual int IdeGetHydraThreads() { return CPU_Cores(); }
|
||||
virtual String IdeGetCurrentBuildMethod() { return Null; }
|
||||
virtual String IdeGetCurrentMainPackage() { return Null; }
|
||||
virtual void IdePutErrorLine(const String&) {}
|
||||
virtual void IdeGotoFileAndId(const String& path, const String& id) {}
|
||||
|
||||
void ExportMakefile(const String& ep);
|
||||
void ExportProject(const String& ep, bool all, bool deletedir = true);
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ uses
|
|||
ide\Builders;
|
||||
|
||||
file
|
||||
MacOs.cpp,
|
||||
umake.h,
|
||||
MacOs.cpp,
|
||||
Console.cpp,
|
||||
IdeContext.cpp,
|
||||
MakeBuild.cpp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue