X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.bcc;h=366958af9ef0f904295f12477f1953dbf19a793c;hb=3bd25d75bcad68055bb616dcc29dde8a2965965e;hp=a6ef9cbd0daaacff62e9315bb4d7684c0a321069;hpb=c89255974b4b49e7027fbd57170b5f824d94f961;p=fw%2Fsdcc diff --git a/Makefile.bcc b/Makefile.bcc index a6ef9cbd..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 ..\..