编辑器
编译加入manifest功能
This commit is contained in:
@@ -432,6 +432,12 @@ type t_compile_config=class(tdcreateform)
|
||||
|
||||
if d["strong"] then r+= " -strong";
|
||||
if d["buildgui"] then r+= " -buildgui";
|
||||
{$ifdef linux}
|
||||
{$else}
|
||||
if r[length(r)]="\n" then
|
||||
r +=format('--manifest="%s" ',d["buildfile"]+".manifest");
|
||||
else r +=format('\r\n--manifest="%s" ',d["buildfile"]+".manifest");
|
||||
{$endif}
|
||||
return r;
|
||||
end
|
||||
function f_b_a_param(d,n);
|
||||
|
||||
@@ -5319,6 +5319,10 @@ type TEditerEchoWnd=class(TSynMemoNorm) //
|
||||
|
||||
if d["strong"] then r+= " -strong";
|
||||
if d["buildgui"] then r+= " -buildgui";
|
||||
{$ifdef linux}
|
||||
{$else}
|
||||
r +=format(' --manifest="%s" ',d["buildfile"]+".manifest");
|
||||
{$endif}
|
||||
return r;
|
||||
end
|
||||
function f_b_a_param(d,n);
|
||||
|
||||
Reference in New Issue
Block a user