mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Build Test
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user