mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Improved cwd handling in comptime, generator file/folder edit
This commit is contained in:
parent
49716559e4
commit
087a129007
6 changed files with 130 additions and 32 deletions
|
@ -1090,6 +1090,7 @@ public:
|
|||
BfModule* mCurModule;
|
||||
CeFrame* mCurFrame;
|
||||
CeEmitContext* mCurEmitContext;
|
||||
String mWorkingDir;
|
||||
|
||||
public:
|
||||
CeContext();
|
||||
|
@ -1097,8 +1098,9 @@ public:
|
|||
|
||||
BfError* Fail(const StringImpl& error);
|
||||
BfError* Fail(const CeFrame& curFrame, const StringImpl& error);
|
||||
|
||||
void FixProjectRelativePath(StringImpl& path);
|
||||
|
||||
void CalcWorkingDir();
|
||||
void FixRelativePath(StringImpl& path);
|
||||
bool AddRebuild(const CeRebuildKey& key, const CeRebuildValue& value);
|
||||
void AddFileRebuild(const StringImpl& filePath);
|
||||
uint8* CeMalloc(int size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue