X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.bcc;h=89803e54ab5014ed597109909a48a9aaea30864f;hb=79b8be662b6389f4e25218de947fd79902d8c552;hp=f79166285d8577294089ce3b41ce1a016887166d;hpb=7899677e61d2e5f44cfb329b8d8326a7a0acdcaa;p=fw%2Fsdcc diff --git a/Makefile.bcc b/Makefile.bcc index f7916628..89803e54 100644 --- a/Makefile.bcc +++ b/Makefile.bcc @@ -1,4 +1,4 @@ -all: as cpp gc ports sdcc packihx +all: as cpp ports sdcc packihx cpp2 as: cd as\mcs51 @@ -9,13 +9,13 @@ cpp: cd support\cpp make -f Makefile.bcc cd ..\.. - -gc: - cd support\gc - make -f BCC_MAKEFILE gc.lib + +cpp2: + cd support\cpp2 + make -f Makefile.bcc cd ..\.. -ports: z80 mcs51 avr ds390 pic izt +ports: z80 mcs51 avr ds390 pic izt xa51 z80: cd src\z80 @@ -47,6 +47,11 @@ izt: make -f Makefile.bcc cd ..\.. +xa51: + cd src\xa51 + make -f Makefile.bcc + cd ..\.. + sdcc: cd src make -f Makefile.bcc