Add Bazaar ignore file and minor bug fix.
* Add Bazaar ignore file to ignore files generated by CMake scripts. * Fixed bug when compiling for Windows agaist shared wxWidgets library.
This commit is contained in:
parent
970960c1cb
commit
70e2f6b240
|
@ -0,0 +1,3 @@
|
|||
eeschema/cmp_library_base.cpp
|
||||
eeschema/cmp_library_base.h
|
||||
pcbnew/dialog_freeroute_exchange_help_html.h
|
|
@ -74,8 +74,8 @@ public:
|
|||
|
||||
|
||||
BEGIN_DECLARE_EVENT_TYPES()
|
||||
DECLARE_EVENT_TYPE( EVT_COMMAND_FIND_DRC_MARKER, wxID_HIGHEST + 5000 )
|
||||
DECLARE_EVENT_TYPE( EVT_COMMAND_FIND_COMPONENT_IN_LIB, wxID_HIGHEST + 5001 )
|
||||
DECLARE_LOCAL_EVENT_TYPE( EVT_COMMAND_FIND_DRC_MARKER, wxID_ANY )
|
||||
DECLARE_LOCAL_EVENT_TYPE( EVT_COMMAND_FIND_COMPONENT_IN_LIB, wxID_ANY )
|
||||
END_DECLARE_EVENT_TYPES()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue