aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 03:26:04 +0000
committerlloyd <[email protected]>2008-09-30 03:26:04 +0000
commit9c6095c1340721c1d3803bf7fb6568f105f6b1e3 (patch)
treed1623bee83803b422c6906a95ed02a33ddae9867 /src
parent9b78b55b1c572ed029d2d5fe1b9faaef992c0c16 (diff)
If a module specifies <module_name>:<file> in its <add> block, include
that file from another module (without loading it). This was needed since mp_asm64 and mp_ia32_msvc do not implement both mp_asm.h and mp_asmi.h like the other mp_ modules - instead they pull the mp_generic version in.
Diffstat (limited to 'src')
-rw-r--r--src/bigint/mp_asm64/info.txt1
-rw-r--r--src/bigint/mp_ia32_msvc/info.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/bigint/mp_asm64/info.txt b/src/bigint/mp_asm64/info.txt
index f5c5266a7..85a4391b9 100644
--- a/src/bigint/mp_asm64/info.txt
+++ b/src/bigint/mp_asm64/info.txt
@@ -6,6 +6,7 @@ load_on dep
<add>
mp_asm.h
+mp_generic:mp_asmi.h
</add>
<arch>
diff --git a/src/bigint/mp_ia32_msvc/info.txt b/src/bigint/mp_ia32_msvc/info.txt
index 2dc99e29a..9c7ac9b43 100644
--- a/src/bigint/mp_ia32_msvc/info.txt
+++ b/src/bigint/mp_ia32_msvc/info.txt
@@ -5,6 +5,7 @@ mp_bits 32
load_on dep
<add>
+mp_generic:mp_asm.h
mp_asmi.h
</add>