mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 22:34:09 +02:00
Launch args, auto generate startup code, additional locking detection
This commit is contained in:
parent
b640bf9d5e
commit
bcc7de66d9
6 changed files with 153 additions and 10 deletions
|
@ -1250,6 +1250,14 @@ namespace IDE
|
|||
}
|
||||
}
|
||||
|
||||
public bool IsEmpty
|
||||
{
|
||||
get
|
||||
{
|
||||
return mRootFolder.mChildItems.IsEmpty;
|
||||
}
|
||||
}
|
||||
|
||||
void SetupDefaultOptions(Options options)
|
||||
{
|
||||
options.mBuildOptions.mOtherLinkFlags.Set("$(LinkFlags)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue