diff options
Diffstat (limited to 'libtcc.c')
| -rw-r--r-- | libtcc.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -36,7 +36,7 @@ static int nb_states; /********************************************************/ -#ifdef ONE_SOURCE +#if ONE_SOURCE #include "tccpp.c" #include "tccgen.c" #include "tccelf.c" @@ -58,6 +58,7 @@ static int nb_states; #ifdef TCC_TARGET_C67 #include "c67-gen.c" #include "c67-link.c" +#include "tcccoff.c" #endif #ifdef TCC_TARGET_X86_64 #include "x86_64-gen.c" @@ -67,9 +68,6 @@ static int nb_states; #ifdef CONFIG_TCC_ASM #include "tccasm.c" #endif -#ifdef TCC_TARGET_COFF -#include "tcccoff.c" -#endif #ifdef TCC_TARGET_PE #include "tccpe.c" #endif |
