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:
Wayne Stambaugh 2010-04-12 14:34:26 -04:00
parent 970960c1cb
commit 70e2f6b240
2 changed files with 5 additions and 2 deletions

3
.bzrignore Normal file
View File

@ -0,0 +1,3 @@
eeschema/cmp_library_base.cpp
eeschema/cmp_library_base.h
pcbnew/dialog_freeroute_exchange_help_html.h

View File

@ -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()