diff options
author | Simon Warta <[email protected]> | 2017-04-02 11:19:58 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-04-02 21:51:55 +0200 |
commit | ca9740f29a860c80b28a7ff8b7c1df1d5ccddab8 (patch) | |
tree | ecc35158c9de6c4ef43202fd94fb0c670a02d564 /src/lib/utils | |
parent | b3f3e6d718736c5838f6f034d7cf2e0c2bf4ba4d (diff) |
Remove "Dirty hack" for multiple defines in lex_me_harder()
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/boost/info.txt | 10 | ||||
-rw-r--r-- | src/lib/utils/dyn_load/info.txt | 4 | ||||
-rw-r--r-- | src/lib/utils/http_util/info.txt | 4 | ||||
-rw-r--r-- | src/lib/utils/info.txt | 4 | ||||
-rw-r--r-- | src/lib/utils/locking_allocator/info.txt | 4 | ||||
-rw-r--r-- | src/lib/utils/simd/info.txt | 4 |
6 files changed, 20 insertions, 10 deletions
diff --git a/src/lib/utils/boost/info.txt b/src/lib/utils/boost/info.txt index 8748c0bf1..c12b99a28 100644 --- a/src/lib/utils/boost/info.txt +++ b/src/lib/utils/boost/info.txt @@ -1,11 +1,11 @@ -define BOOST_FILESYSTEM 20131228 -define BOOST_ASIO 20131228 -define BOOST_DATETIME 20150720 +<defines> +BOOST_FILESYSTEM -> 20131228 +BOOST_ASIO -> 20131228 +BOOST_DATETIME -> 20150720 +</defines> load_on vendor <libs> all -> boost_system,boost_filesystem </libs> - - diff --git a/src/lib/utils/dyn_load/info.txt b/src/lib/utils/dyn_load/info.txt index 22a79be43..2caeac728 100644 --- a/src/lib/utils/dyn_load/info.txt +++ b/src/lib/utils/dyn_load/info.txt @@ -1,4 +1,6 @@ -define DYNAMIC_LOADER 20160310 +<defines> +DYNAMIC_LOADER -> 20160310 +</defines> load_on dep diff --git a/src/lib/utils/http_util/info.txt b/src/lib/utils/http_util/info.txt index a23a43a3d..fe9fc3ea7 100644 --- a/src/lib/utils/http_util/info.txt +++ b/src/lib/utils/http_util/info.txt @@ -1 +1,3 @@ -define HTTP_UTIL 20131128 +<defines> +HTTP_UTIL -> 20131128 +</defines> diff --git a/src/lib/utils/info.txt b/src/lib/utils/info.txt index 306e6e9ad..da84b64b4 100644 --- a/src/lib/utils/info.txt +++ b/src/lib/utils/info.txt @@ -1,4 +1,6 @@ -define UTIL_FUNCTIONS 20161127 +<defines> +UTIL_FUNCTIONS -> 20161127 +</defines> load_on always diff --git a/src/lib/utils/locking_allocator/info.txt b/src/lib/utils/locking_allocator/info.txt index 0831fddb6..5f848f62d 100644 --- a/src/lib/utils/locking_allocator/info.txt +++ b/src/lib/utils/locking_allocator/info.txt @@ -1,4 +1,6 @@ -define LOCKING_ALLOCATOR 20131128 +<defines> +LOCKING_ALLOCATOR -> 20131128 +</defines> <os> linux diff --git a/src/lib/utils/simd/info.txt b/src/lib/utils/simd/info.txt index 6b9e381fa..7784902a6 100644 --- a/src/lib/utils/simd/info.txt +++ b/src/lib/utils/simd/info.txt @@ -1,4 +1,6 @@ -define SIMD_32 20131128 +<defines> +SIMD_32 -> 20131128 +</defines> <header:internal> simd_32.h |