|
@@ -358,7 +358,7 @@ end;
|
|
ImportLibrary : TImportLibrary;
|
|
ImportLibrary : TImportLibrary;
|
|
ImportSymbol : TImportSymbol;
|
|
ImportSymbol : TImportSymbol;
|
|
begin
|
|
begin
|
|
- LibName:=FixFileName(Current_Module.RealModuleName^ + Target_Info.StaticCLibExt);
|
|
|
|
|
|
+ LibName:=FixFileName(Current_Module.ModuleName^ + Target_Info.StaticCLibExt);
|
|
seq_no:=1;
|
|
seq_no:=1;
|
|
current_module.linkotherstaticlibs.add(libname,link_always);
|
|
current_module.linkotherstaticlibs.add(libname,link_always);
|
|
assign(out_file,current_module.outputpath^+libname);
|
|
assign(out_file,current_module.outputpath^+libname);
|