mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Made changing macros actually reparse resolveOnly files
This commit is contained in:
parent
355fd34c0b
commit
9ad57895e2
1 changed files with 6 additions and 0 deletions
|
@ -7815,6 +7815,12 @@ namespace IDE
|
|||
if ((bfCompiler == null) || (bfCompiler.mIsResolveOnly))
|
||||
{
|
||||
projectSource.HasChangedSinceLastCompile = true;
|
||||
|
||||
if (bfCompiler != null)
|
||||
{
|
||||
// Process change in resolve compiler
|
||||
bfCompiler.QueueProjectSource(projectSource);
|
||||
}
|
||||
}
|
||||
else // Actual build
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue