From a93bcdffae3ac45f1d29827b59356b2c8ca555f5 Mon Sep 17 00:00:00 2001 From: grischka Date: Tue, 5 May 2009 20:17:11 +0200 Subject: new files: tcc.h libtcc.c tccpp.c tccgen.c --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bbce096..eb2db88 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,8 @@ ARM_CROSS = arm-tcc-fpa$(EXESUF) arm-tcc-fpa-ld$(EXESUF) \ arm-tcc-vfp$(EXESUF) arm-tcc-vfp-eabi$(EXESUF) C67_CROSS = c67-tcc$(EXESUF) -CORE_FILES = tcc.c tccelf.c tccasm.c tcctok.h libtcc.h config.h +CORE_FILES = tcc.c libtcc.c tccpp.c tccgen.c tccelf.c tccasm.c \ + tcc.h config.h libtcc.h tcctok.h I386_FILES = $(CORE_FILES) i386-gen.c i386-asm.c i386-asm.h WIN32_FILES = $(CORE_FILES) i386-gen.c i386-asm.c i386-asm.h tccpe.c X86_64_FILES = $(CORE_FILES) x86_64-gen.c -- cgit v1.3.1