simplify automatic project generation

This commit is contained in:
qPCR4vir
2015-12-02 08:39:10 +01:00
parent 3a04e10d69
commit 4b57b76ffb
5 changed files with 43 additions and 81 deletions

View File

@@ -13,6 +13,9 @@
*
* http://standards.freedesktop.org/clipboards-spec/clipboards-0.1.txt
*/
#if defined(NANA_LINUX) || defined(NANA_MACOS)
#include <nana/detail/platform_spec_selector.hpp>
#include <X11/Xlocale.h>
#include <locale>
@@ -1411,3 +1414,7 @@ namespace detail
}
}//end namespace detail
}//end namespace nana
//#if defined(NANA_LINUX) || defined(NANA_MACOS)
#endif

View File

@@ -11,6 +11,9 @@
*
* This file provides basis class and data structrue that required by nana
*/
#if defined(NANA_WINDOWS)
#include <nana/detail/platform_spec_selector.hpp>
#include <shellapi.h>
#include <stdexcept>
@@ -289,3 +292,6 @@ namespace detail
}
}//end namespace detail
}//end namespace nana
//#if defined(NANA_WINDOWS)
#endif