Added limited run support
[fw/sdcc] / Makefile.bcc
index 5d80a18df0845d9f3798e03aca139c2f2e1c845b..89803e54ab5014ed597109909a48a9aaea30864f 100644 (file)
@@ -1,4 +1,4 @@
-all: as cpp ports sdcc packihx
+all: as cpp ports sdcc packihx cpp2
 
 as:
        cd as\mcs51
@@ -9,8 +9,13 @@ 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
+ports: z80 mcs51 avr ds390 pic izt xa51
 
 z80:
        cd src\z80
@@ -42,6 +47,11 @@ izt:
        make -f Makefile.bcc
         cd ..\..
 
+xa51:
+       cd src\xa51
+       make -f Makefile.bcc
+       cd ..\..
+
 sdcc:
        cd src
        make -f Makefile.bcc