Build Test

This commit is contained in:
Wayne Warthen
2020-03-06 16:40:47 -08:00
parent 86765620d7
commit 9fe5004756
2 changed files with 4 additions and 1 deletions

View File

@@ -28,7 +28,6 @@ clean:: biosclean
@rm -f bios3.spr bnkbios3.spr zpmbios3.spr cpmldr.com gencpm.dat options.lib ldropts.lib @rm -f bios3.spr bnkbios3.spr zpmbios3.spr cpmldr.com gencpm.dat options.lib ldropts.lib
biosclean: biosclean:
printenv
@rm -f $(BIOSOBJS) @rm -f $(BIOSOBJS)
cpm3res: cpm3res:

View File

@@ -317,6 +317,10 @@ int main(int ac, char **av)
fprintf(stderr, "Could not initialise CPMREDIR library\n"); fprintf(stderr, "Could not initialise CPMREDIR library\n");
zx_exit(1); zx_exit(1);
} }
printf("BINDIR80='%s'\n", BINDIR80);
printf("LIBDIR80='%s'\n", LIBDIR80);
printf("INCDIR80='%s'\n", INCDIR80);
xlt_map(0, BINDIR80); /* Establish the 3 fixed mappings */ xlt_map(0, BINDIR80); /* Establish the 3 fixed mappings */
xlt_map(1, LIBDIR80); xlt_map(1, LIBDIR80);