pcbnew: fix error build autoplace.cpp in linux gcc-4.8.2
template: add file fp-lib-table.for-eagle
This commit is contained in:
parent
5f01f123de
commit
1b58582e25
|
@ -723,8 +723,8 @@ int getOptimalModulePlacement( PCB_EDIT_FRAME* aFrame, MODULE* aModule, wxDC* aD
|
||||||
wxString msg;
|
wxString msg;
|
||||||
msg.Printf( wxT( "Score %g, pos %s, %s" ),
|
msg.Printf( wxT( "Score %g, pos %s, %s" ),
|
||||||
min_cost,
|
min_cost,
|
||||||
::CoordinateToString( LastPosOK.x ),
|
GetChars( ::CoordinateToString( LastPosOK.x ) ),
|
||||||
::CoordinateToString( LastPosOK.y ) );
|
GetChars( ::CoordinateToString( LastPosOK.y ) ) );
|
||||||
aFrame->SetStatusText( msg );
|
aFrame->SetStatusText( msg );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@ install( FILES
|
||||||
fp-lib-table
|
fp-lib-table
|
||||||
fp-lib-table.csv
|
fp-lib-table.csv
|
||||||
fp-lib-table.for-github
|
fp-lib-table.for-github
|
||||||
|
fp-lib-table.for-eagle-6.4.0
|
||||||
gost_landscape.kicad_wks
|
gost_landscape.kicad_wks
|
||||||
gost_portrait.kicad_wks
|
gost_portrait.kicad_wks
|
||||||
pagelayout_default.kicad_wks
|
pagelayout_default.kicad_wks
|
||||||
|
|
Loading…
Reference in New Issue