INCLUDE_DIRECTORIES(../../lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic)
INCLUDE_DIRECTORIES(../../data/icons)
+
+
IF(BBTK_USE_WXWIDGETS AND WIN32)
ADD_EXECUTABLE(bbEditor WIN32 ${SOURCES})
IF(MINGW)
INCLUDE_DIRECTORIES(../../../data/icons)
+
ADD_LIBRARY(bbsWxGUIEditorGraphic
${bbsWxGUIEditorGraphic_CXX_SOURCES}
${bbsWxGUIEditorGraphic_H_SOURCES} )
#endif
#ifdef __APPLE__
- command = "source ~/.bbtk/profile_creatools; "+command;
+ command = "source ~/.bashrc ; "+command;
#endif
wxVtkSceneManager::wxVtkSceneManager(wxGEditorTabPanel *parent, wxVtk3DBaseView *baseView, int idManager,Factory::Pointer bbtkfactory)
{
-
-
+
_cbName = "ComplexBoxName";
_cbPackageName = "PackageName";
_Author = "Author ??";