Changed the x86 architecture to have tPAddr be 64-bits always
[tpg/acess2.git] / Makefile.cfg
index b2cb47d..3f06360 100644 (file)
@@ -10,14 +10,20 @@ RM = @rm -f
 STRIP = strip
 MKDIR = mkdir
 RMDIR = rm -rf
+lCP = cp
+xCP = mcopy -D o
+xMKDIR = mmd
+xRMDIR = mdeltree
+xRM = mdel
 
 ARCH = i386
 ARCHDIR = x86
 
 FILESYSTEMS = fat
 DRIVERS = ata_x86
-MODULES = FS_Ext2 FDD NE2000 BochsGA
+MODULES = UDI FS_Ext2 FDD NE2000 BochsGA
 
 #DISTROOT = /mnt/AcessHDD/Acess2
-DISTROOT = ~/Projects/Acess2/Filesystem
-ACESSDIR = ~/Projects/Acess2
+#DISTROOT = ~/Projects/Acess2/Filesystem
+DISTROOT = a:/Acess2
+ACESSDIR = /home/tpg/Projects/Acess2

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