Kicad: Fix compil issue under Linux, and minor code cleaning, about wxFileWatcher

This commit is contained in:
jean-pierre charras
2013-01-02 22:49:56 +01:00
parent 2fc643de36
commit 5436798e51
5 changed files with 49 additions and 54 deletions
-7
View File
@@ -532,13 +532,6 @@ void EDA_BASE_FRAME::CopyVersionInfoToClipboard( wxCommandEvent& event )
tmp << wxT( "OFF\n" );
#endif
tmp << wxT( " USE_BOOST_POLYGON_LIBRARY=" );
#ifdef USE_BOOST_POLYGON_LIBRARY
tmp << wxT( "ON\n" );
#else
tmp << wxT( "OFF\n" );
#endif
tmp << wxT( " KICAD_SCRIPTING=" );
#ifdef KICAD_SCRIPTING
tmp << wxT( "ON\n" );