diff options
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/amd64_eng/info.txt | 6 | ||||
-rw-r--r-- | src/engine/ia32_eng/info.txt | 6 | ||||
-rw-r--r-- | src/engine/sse2_eng/info.txt | 2 |
3 files changed, 3 insertions, 11 deletions
diff --git a/src/engine/amd64_eng/info.txt b/src/engine/amd64_eng/info.txt index 1d0283ad6..47f891445 100644 --- a/src/engine/amd64_eng/info.txt +++ b/src/engine/amd64_eng/info.txt @@ -2,13 +2,9 @@ realname "AMD64 Assembler Engine" define ENGINE_AMD64_ASSEMBLER -load_on auto +load_on dep <add> eng_amd64.cpp eng_amd64.h </add> - -<arch> -amd64 -</arch> diff --git a/src/engine/ia32_eng/info.txt b/src/engine/ia32_eng/info.txt index b9e3bddd5..3bf2a7f2b 100644 --- a/src/engine/ia32_eng/info.txt +++ b/src/engine/ia32_eng/info.txt @@ -2,13 +2,9 @@ realname "IA32 Assembler Engine" define ENGINE_IA32_ASSEMBLER -load_on auto +load_on dep <add> eng_ia32.cpp eng_ia32.h </add> - -<arch> -ia32 -</arch> diff --git a/src/engine/sse2_eng/info.txt b/src/engine/sse2_eng/info.txt index c44180ca4..6242c7fee 100644 --- a/src/engine/sse2_eng/info.txt +++ b/src/engine/sse2_eng/info.txt @@ -2,7 +2,7 @@ realname "SSE2 Assembler Engine" define ENGINE_SSE2_ASSEMBLER -load_on auto +load_on dep <add> eng_sse2.cpp |