no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import _VisualDVM.Global;
|
||||
import Common_old.Utils.Utils;
|
||||
import ProjectData.Files.DBProjectFile;
|
||||
@@ -45,7 +46,7 @@ public class PrepareForModulesAssembly extends Transformation {
|
||||
//--создать
|
||||
Vector<String> total_lines = new Vector<>();
|
||||
for (String name : target.files_order) {
|
||||
total_lines.add(" include " + Utils.Quotes(Utils.toU(name)));
|
||||
total_lines.add(" include " + CommonUtils.Quotes(CommonUtils.toU(name)));
|
||||
}
|
||||
FileUtils.writeLines(total, total_lines, false);
|
||||
//-------------------------------
|
||||
|
||||
Reference in New Issue
Block a user