mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 05:29:18 +02:00
- removed commented out code for executing WASI dllcmd[2]
This commit is contained in:
parent
e34116f7de
commit
2a33948521
@ -166,11 +166,6 @@ begin
|
|||||||
Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
|
Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
|
||||||
success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
|
success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
|
||||||
|
|
||||||
//SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);
|
|
||||||
//Replace(cmdstr,'$INPUT',current_module.objfilename );
|
|
||||||
//Replace(cmdstr,'$EXE',maybequoted(current_module.exefilename));
|
|
||||||
//DoExec(FindUtil(utilsprefix+binstr),cmdstr,false,false);
|
|
||||||
|
|
||||||
MakeExecutable:=success;
|
MakeExecutable:=success;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -233,11 +228,6 @@ begin
|
|||||||
writeln(utilsprefix+binstr,' ',cmdstr);
|
writeln(utilsprefix+binstr,' ',cmdstr);
|
||||||
success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
|
success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
|
||||||
|
|
||||||
//SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);
|
|
||||||
//Replace(cmdstr,'$INPUT',current_module.objfilename );
|
|
||||||
//Replace(cmdstr,'$EXE',maybequoted(current_module.exefilename));
|
|
||||||
//DoExec(FindUtil(utilsprefix+binstr),cmdstr,false,false);
|
|
||||||
|
|
||||||
MakeSharedLibrary:=success;
|
MakeSharedLibrary:=success;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user