mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Instant setup
git-svn-id: svn://ultimatepp.org/upp/trunk@9042 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
db0c0f3456
commit
dbc1905e4b
6 changed files with 104 additions and 20 deletions
|
|
@ -341,8 +341,11 @@ void Ide::Setup(Bar& menu)
|
|||
menu.Add("Build methods..", THISBACK(SetupBuildMethods))
|
||||
.Help("Setup build methods");
|
||||
#ifdef PLATFORM_WIN32
|
||||
menu.Add("Automatic setup..", THISBACK(AutoSetup))
|
||||
.Help("Automatic setup of build methods..");
|
||||
if(console.verbosebuild)
|
||||
menu.Add("Automatic setup..", THISBACK(AutoSetup))
|
||||
.Help("Automatic setup of build methods..");
|
||||
menu.Add("Instant setup..", callback(InstantSetup))
|
||||
.Help("Setups/fixes build methods and basic assemblies..");
|
||||
#endif
|
||||
#ifdef PLATFORM_POSIX
|
||||
menu.Add("Source managment..", THISBACK(AutoSetup))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue