更新编辑器

This commit is contained in:
2024-07-12 11:06:52 +08:00
parent fe3445e419
commit d25849910e
7 changed files with 17 additions and 87 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ type t_compile_config=class(tdcreateform)
end
function format_build_params(d);
begin
r := d["build"]+="="+format('"%s" ',d["buildfile"]);
r := d["build"]+"="+format('"%s" ',d["buildfile"]);
if d["libpath"] and ifstring(d["libpath"]) then
begin
r+="\r\n-libpath "+d["libpath"]+" ";