浏览代码

Made changing macros actually reparse resolveOnly files

Brian Fiete 5 年之前
父节点
当前提交
9ad57895e2
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      IDE/src/IDEApp.bf

+ 6 - 0
IDE/src/IDEApp.bf

@@ -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
 						{