From: Eduardo DAVILA Date: Thu, 9 Aug 2018 08:52:53 +0000 (+0200) Subject: #3212 BBTK Feature New Normal - vtk8itk4wx3-mingw64 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=51c6908eee1fd80d7ea9c62bd8d8ebc99b02bacc;p=bbtk.git #3212 BBTK Feature New Normal - vtk8itk4wx3-mingw64 --- diff --git a/packages/std/src/bbstdConfiguration.cxx b/packages/std/src/bbstdConfiguration.cxx index 6891a83..5a4d595 100644 --- a/packages/std/src/bbstdConfiguration.cxx +++ b/packages/std/src/bbstdConfiguration.cxx @@ -61,10 +61,10 @@ namespace bbstd bbSetOutputDocPath( bbtk::ConfigurationFile::GetInstance().Get_doc_path() ); bbSetOutputFileSeparator( bbtk::ConfigurationFile::GetInstance().Get_file_separator() ); -#if defined(__GNUC__) - bbSetOutputSystemType( 0 ); -#elif defined(_WIN32) +#if defined(_WIN32) bbSetOutputSystemType( 1 ); +#elif defined(__GNUC__) + bbSetOutputSystemType( 0 ); #else bbSetOutputSystemType( -1 ); #endif