X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile.cfg;h=3ec9975e0f3bf67edc68f4baeca114fb8ba9b50b;hb=12040654ff2053cc97de492180b582027b6de60b;hp=7b0ad8c324ab1ea6835df742dd696dfb09bc787b;hpb=e8b89fea150a06598b9edd6a36d67fdc970a1219;p=tpg%2Facess2.git diff --git a/Makefile.cfg b/Makefile.cfg index 7b0ad8c3..3ec9975e 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -2,14 +2,15 @@ # Acess2 Build Configuration # +ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST))) +ACESSDIR := $(shell cd $(ACESSDIR) && pwd) + # Install destination configuration -DISTROOT := a:/Acess2 +DISTROOT := -i $(ACESSDIR)/Acess2.img ::/Acess2 +NCC := $(CC) xCP := mcopy -D o xMKDIR := mmd -D s -ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST))) -ACESSDIR := $(shell cd $(ACESSDIR) && pwd) - -include $(ACESSDIR)/Makefile.Version.cfg # Default build programs