not build in Linux
This commit is contained in:
parent
b4b7ef99e9
commit
8aca4b3cb0
|
@ -41,8 +41,8 @@ set(PCBNEW_SRCS
|
|||
dialog_drc.cpp
|
||||
dialog_edit_module_for_BoardEditor.cpp
|
||||
dialog_edit_module_for_BoardEditor_base.cpp
|
||||
dialog_edit_module_for_modedit_base.cpp
|
||||
dialog_edit_module_for_modedit.cpp
|
||||
dialog_edit_module_for_Modedit_base.cpp
|
||||
dialog_edit_module_for_Modedit.cpp
|
||||
dialog_edit_module_text.cpp
|
||||
dialog_edit_module_text_base.cpp
|
||||
dialog_exchange_modules_base.cpp
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "3d_struct.h"
|
||||
#include "3d_viewer.h"
|
||||
#include "wxPcbStruct.h"
|
||||
#include "dialog_edit_module_for_modedit.h"
|
||||
#include "dialog_edit_module_for_Modedit.h"
|
||||
|
||||
/**************************************************************************************/
|
||||
DIALOG_MODULE_MODULE_EDITOR::DIALOG_MODULE_MODULE_EDITOR( WinEDA_ModuleEditFrame* aParent,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
// Include the wxFormBuider header base:
|
||||
#include <vector>
|
||||
#include "dialog_edit_module_for_modedit_base.h"
|
||||
#include "dialog_edit_module_for_Modedit_base.h"
|
||||
|
||||
/**************************************/
|
||||
/* class DIALOG_MODULE_MODULE_EDITOR */
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "wxPcbStruct.h"
|
||||
#include "protos.h"
|
||||
|
||||
#include "dialog_edit_module_for_modedit.h"
|
||||
#include "dialog_edit_module_for_Modedit.h"
|
||||
|
||||
#include "collectors.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "3d_viewer.h"
|
||||
#include "pcbnew.h"
|
||||
#include "wxPcbStruct.h"
|
||||
#include "dialog_edit_module_for_modedit.h"
|
||||
#include "dialog_edit_module_for_Modedit.h"
|
||||
|
||||
#include "bitmaps.h"
|
||||
#include "protos.h"
|
||||
|
|
Loading…
Reference in New Issue