Changeset c8f70eb in mainline for uspace/dist/src/c/demos/tetris/build


Ignore:
Timestamp:
2011-08-20T17:04:52Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ac08cd9
Parents:
81bc309
Message:

pcc incompatible inline assembly rewritten in a more agreeable fashion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/c/demos/tetris/build

    r81bc309 rc8f70eb  
    1 cc -I/inc/c -E -o scores.i scores.c
    2 cc -I/inc/c -E -o screen.i screen.c
    3 cc -I/inc/c -E -o shapes.i shapes.c
    4 cc -I/inc/c -E -o tetris.i tetris.c
     1cc -D__PCC__ -I/inc/c -E -o scores.i scores.c
     2cc -D__PCC__ -I/inc/c -E -o screen.i screen.c
     3cc -D__PCC__ -I/inc/c -E -o shapes.i shapes.c
     4cc -D__PCC__ -I/inc/c -E -o tetris.i tetris.c
    55
    66cc -S -o scores.s scores.i
Note: See TracChangeset for help on using the changeset viewer.