更新编辑器
This commit is contained in:
@@ -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"]+" ";
|
||||
|
||||
Reference in New Issue
Block a user