X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.bcc;h=5e2c2cb0f93983f06921194678fe9332b531e506;hb=2f566bab0a5fe0bf025d6c892d6fc309966618f1;hp=e3c4ac5f4bf02ebbb23377990642153dea70800e;hpb=b1002dc6031ca9c446997fd4aa5695617bd82fef;p=fw%2Fsdcc diff --git a/Makefile.bcc b/Makefile.bcc index e3c4ac5f..5e2c2cb0 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 +ports: z80 mcs51 avr ds390 pic izt z80: cd src\z80 @@ -37,6 +37,16 @@ ds390: make -f Makefile.bcc cd ..\.. +pic: + cd src\pic + make -f Makefile.bcc + cd ..\.. + +izt: + cd src\izt + make -f Makefile.bcc + cd ..\.. + sdcc: cd src make -f Makefile.bcc