From: borutr Date: Sun, 2 Feb 2003 21:56:00 +0000 (+0000) Subject: removed non existing cpp project and non compilable izt project from makefile X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=38d5bd7690ccf5aef10d4db4b7bb861fb5dc4880;p=fw%2Fsdcc removed non existing cpp project and non compilable izt project from makefile git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2207 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/Makefile.bcc b/Makefile.bcc index 89803e54..0bf801f9 100644 --- a/Makefile.bcc +++ b/Makefile.bcc @@ -1,21 +1,16 @@ -all: as cpp ports sdcc packihx cpp2 +all: as ports sdcc packihx cpp2 as: cd as\mcs51 make -f Makefile.bcc cd ..\.. -cpp: - cd support\cpp - make -f Makefile.bcc - cd ..\.. - cpp2: cd support\cpp2 make -f Makefile.bcc cd ..\.. -ports: z80 mcs51 avr ds390 pic izt xa51 +ports: z80 mcs51 avr ds390 pic xa51 z80: cd src\z80 @@ -42,11 +37,6 @@ pic: make -f Makefile.bcc cd ..\.. -izt: - cd src\izt - make -f Makefile.bcc - cd ..\.. - xa51: cd src\xa51 make -f Makefile.bcc @@ -61,4 +51,3 @@ packihx: cd packihx make -f Makefile.bcc cd .. -