diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2025-05-29 11:04:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 11:04:36 +0200 |
| commit | 39210af3e59c929cba6de2d39ef1c32835f6388b (patch) | |
| tree | b77879fa376e7bfa016b14aa7635e7202b6cc69e /mappings.imp | |
| parent | 3a8ea3cccee06397e90305e1e39a305f8b7c3cb3 (diff) | |
Move to VCPKG (#2068)
* Remove SConscript related files.
* Force-load translations from uibase and gamebryo/creation.
* Bring githubpp here and add a standalone preset.
* Switch VersionInfo -> Version for ModOrganizer2. (#2063)
* Add pre-commit hook.
* Use 7zip build from VCPKG registry.
* Use archive.dll from the bin folder instead of dlls.
Diffstat (limited to 'mappings.imp')
| -rw-r--r-- | mappings.imp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/mappings.imp b/mappings.imp deleted file mode 100644 index 6af65e3c..00000000 --- a/mappings.imp +++ /dev/null @@ -1,30 +0,0 @@ -[ - -# for boost??? -# These are probably correct but might need a revisit as if you look at the boost documentation pages, it -# can give you huge lists of alternate includes... - { symbol: [ "BOOST_FOREACH", "private", "<boost/foreach.hpp>", "public" ] }, - - { include: [ "@\"boost/bind/.*\"", "private", "<boost/bind.hpp>", "public" ] }, - { include: [ "@\"boost/algorithm/string/.*\"", "private", "<boost/algorithm/string.hpp>", "public" ] }, - { include: [ "@\"boost/assign/.*\"", "private", "<boost/assign.hpp>", "public" ] }, - { include: [ "@\"boost/filesystem/.*\"", "private", "<boost/filesystem.hpp>", "public" ] }, - { include: [ "@\"boost/format/.*\"", "private", "<boost/format.hpp>", "public" ] }, - { include: [ "@\"boost/function/.*\"", "private", "<boost/function.hpp>", "public" ] }, - { include: [ "@\"boost/local/.*\"", "private", "<boost/locale.hpp>", "public" ] }, - { include: [ "@\"boost/python/.*\"", "private", "<boost/python.hpp>", "public" ] }, - { include: [ "@\"boost/signals2/.*\"", "private", "<boost/signals2.hpp>", "public" ] }, - { include: [ "\"boost/smart_ptr/scoped_array.hpp\"", "private", "<boost/scoped_array.hpp>", "public" ] }, - { include: [ "\"boost/smart_ptr/shared_ptr.hpp\"", "private", "<boost/shared_ptr.hpp>", "public" ] }, - # this appears to be excessive - #{ include: [ "@\"boost/thread/.*\"", "private", "<boost/thread.hpp>", "public" ] }, - -# And this is specific to us - { include: [ "\"appconfig.inc\"", "private", "\"appconfig.h\"", "public" ] }, - -] - -# Ones I don't yet know how to deal with -#include "boost/fusion/container/vector/vector10_fwd.hpp" // for fusion -#include "boost/iterator/iterator_facade.hpp" // for operator!= -#include "boost/iterator/iterator_facade.hpp" |
