X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.bcc;h=366958af9ef0f904295f12477f1953dbf19a793c;hb=bb226788dab3832b0ec0cda70874ce3fce4eebc6;hp=01df8e39500801bd83c9338dde21123d22ea6591;hpb=b0676377cb1ae0ffef8495682d34f8aa7a0ccf00;p=fw%2Fsdcc diff --git a/Makefile.bcc b/Makefile.bcc index 01df8e39..366958af 100644 --- a/Makefile.bcc +++ b/Makefile.bcc @@ -1,6 +1,6 @@ # Makefile for Borlad C++ -all: config asx8051 as-z80 sdcc packihx cpp2 +all: config asx8051 as-z80 sdcc packihx cpp config: sdcc_vc.h @@ -18,8 +18,8 @@ as-z80: make -f Makefile.bcc cd ..\.. -cpp2: - cd support\cpp2 +cpp: + cd support\cpp make -f Makefile.bcc cd ..\.. @@ -29,6 +29,12 @@ sdcc: cd .. packihx: - cd packihx + cd support\packihx make -f Makefile.bcc cd .. + +librarian: + cd support\librarian + make -f Makefile.bcc + cd ..\.. +