diff options
author | lloyd <[email protected]> | 2009-12-16 00:32:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-16 00:32:49 +0000 |
commit | 87cbaef441c6baba2699a8ea53ac2562c46c772d (patch) | |
tree | a61455bcb4de0e0eab34953f7a53a84b512f34d3 /src/alloc | |
parent | 076afc21c2b775d2658f33086b890255f6f2c70f (diff) |
Full working amalgamation build, plus internal-only headers concept.
Diffstat (limited to 'src/alloc')
-rw-r--r-- | src/alloc/info.txt | 6 | ||||
-rw-r--r-- | src/alloc/mem_pool/info.txt | 7 | ||||
-rw-r--r-- | src/alloc/system_alloc/info.txt | 7 |
3 files changed, 2 insertions, 18 deletions
diff --git a/src/alloc/info.txt b/src/alloc/info.txt index 99dbe3a4d..40e7bacdf 100644 --- a/src/alloc/info.txt +++ b/src/alloc/info.txt @@ -1,6 +1,4 @@ -load_on auto - -<add> +<header:public> allocate.h secmem.h -</add> +</header:public> diff --git a/src/alloc/mem_pool/info.txt b/src/alloc/mem_pool/info.txt index 73a548292..6cb221834 100644 --- a/src/alloc/mem_pool/info.txt +++ b/src/alloc/mem_pool/info.txt @@ -1,10 +1,3 @@ -load_on auto - -<add> -mem_pool.cpp -mem_pool.h -</add> - <requires> mutex </requires> diff --git a/src/alloc/system_alloc/info.txt b/src/alloc/system_alloc/info.txt index 8b9a2f067..8826440d4 100644 --- a/src/alloc/system_alloc/info.txt +++ b/src/alloc/system_alloc/info.txt @@ -1,10 +1,3 @@ -load_on auto - -<add> -defalloc.cpp -defalloc.h -</add> - <requires> libstate mem_pool |