Fixed need to set $(ACESSDIR)
authorthePowersGang <[email protected]>
Sat, 20 Nov 2010 08:52:24 +0000 (16:52 +0800)
committerthePowersGang <[email protected]>
Sat, 20 Nov 2010 08:52:24 +0000 (16:52 +0800)
Makefile.cfg

index 834f970..38f03de 100644 (file)
@@ -4,7 +4,8 @@
 
 # Source and destination configuration
 DISTROOT := a:/Acess2
-ACESSDIR := /home/tpg/Projects/Acess2
+#ACESSDIR := /home/tpg/Projects/Acess2
+ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST)))
 
 # Default build programs
 CC := gcc

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