mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
More CompilerExplorer changes, like OmitDebugHelpers option
This commit is contained in:
parent
c9e0ab6089
commit
75f11b1459
8 changed files with 100 additions and 79 deletions
|
@ -64,6 +64,7 @@ public:
|
|||
void Fail(const String & error);
|
||||
void OutputLine(const String& text, OutputPri outputPri = OutputPri_Normal);
|
||||
bool QueueRun(const String& fileName, const String& args, const String& workingDir, BfpSpawnFlags extraFlags);
|
||||
bool CopyFile(const StringImpl& srcPath, const StringImpl& destPath);
|
||||
|
||||
void QueueFile(const StringImpl& path, void* project);
|
||||
void QueuePath(const StringImpl& path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue