X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.bcc;h=366958af9ef0f904295f12477f1953dbf19a793c;hb=3bd25d75bcad68055bb616dcc29dde8a2965965e;hp=0428a19bb0fcdacb85010cba4dc9dc7064b8ed3d;hpb=ffa8733df492b236419577aab239d91bd54111f4;p=fw%2Fsdcc diff --git a/Makefile.bcc b/Makefile.bcc index 0428a19b..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,7 +29,7 @@ sdcc: cd .. packihx: - cd packihx + cd support\packihx make -f Makefile.bcc cd ..