Usermode/AxWin3 - Added menu render code (with hilights)
[tpg/acess2.git] / AcessNative / ld-acess_src / Makefile
index 5a604a3..bbce43d 100644 (file)
@@ -5,8 +5,8 @@ ifeq ($(PLATFORM),)
        PLATFORM := lin
 endif
 
-OBJ := main.o syscalls.o request.o binary.o memory.o
-OBJ += elf.o
+OBJ := main.o syscalls.o request.o binary.o memory.o exports.o
+OBJ += elf.o elf_load.o
 OBJ := $(addprefix obj-$(PLATFORM)/,$(OBJ))
 
 ifeq ($(PLATFORM),win)

UCC git Repository :: git.ucc.asn.au