Ignore:
Timestamp:
05/18/08 09:11:59 (5 years ago)
Author:
GrAnd
Message:
  • Fixed potential bug with screen buffer copying
  • Fixed bug with 'endif' statement in case there is no 'else' section

+ Added a lot of camera functions in order to compile standalone ubasic interpreter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/ubasic/Makefile

    r243 r396  
    1212 
    1313check: 
    14         gcc -g -Wall -DTEST -o ubasic_test$(EXE) *.c 
     14        gcc -g -Wall -DTEST -DCAMERA_a610 -o ubasic_test$(EXE) *.c 
    1515 
    1616clean: 
Note: See TracChangeset for help on using the changeset viewer.