From: Juan Prieto Date: Thu, 12 Feb 2009 08:46:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: EED.02Oct2009~100 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=67eb89d5f17732c8c689db6ceb5687ce5bbb6fb9;p=bbtk.git *** empty log message *** --- diff --git a/samples/SampleInsertWxBlackBoxInOwnFrame/CMakeLists.txt b/samples/SampleInsertWxBlackBoxInOwnFrame/CMakeLists.txt index 7b8e1b9..6eed45f 100644 --- a/samples/SampleInsertWxBlackBoxInOwnFrame/CMakeLists.txt +++ b/samples/SampleInsertWxBlackBoxInOwnFrame/CMakeLists.txt @@ -22,4 +22,4 @@ IF(WIN32) SET_TARGET_PROPERTIES(${SAMPLE} PROPERTIES LINK_FLAGS /subsystem:console ) ENDIF(WIN32) # Link against bbwx -TARGET_LINK_LIBRARIES(${SAMPLE} ${bbwx_LIBRARIES} ${BBTK_LIBRARIES} ${WXWIDGETS_LIBRARIES}) +TARGET_LINK_LIBRARIES(${SAMPLE} ${BBTK_LIBRARIES} ${bbwx_LIBRARIES} ${WXWIDGETS_LIBRARIES}) diff --git a/samples/SampleInsertWxBlackBoxInOwnFrame/bbtkSampleInsertWxBlackBoxInOwnFrame.cxx b/samples/SampleInsertWxBlackBoxInOwnFrame/bbtkSampleInsertWxBlackBoxInOwnFrame.cxx index 9efe1bd..17482f1 100644 --- a/samples/SampleInsertWxBlackBoxInOwnFrame/bbtkSampleInsertWxBlackBoxInOwnFrame.cxx +++ b/samples/SampleInsertWxBlackBoxInOwnFrame/bbtkSampleInsertWxBlackBoxInOwnFrame.cxx @@ -1,6 +1,6 @@ #include #include - +#include //========================================================================= // Illustrates how to insert a WxBlackBox into his own wxFrame //========================================================================= @@ -90,5 +90,5 @@ bool App::OnInit( ) //========================================================================= IMPLEMENT_APP(App); +CREA_WXMAIN_WITH_CONSOLE; //========================================================================= -