Changeset 1930

Show
Ignore:
Timestamp:
11/12/08 22:40:31 (2 months ago)
Author:
batt
Message:

Set default to cooperative; add debug informations.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/demo/demo.mk

    r1913 r1930  
    5555        bertos/kern/idle.c \ 
    5656        bertos/kern/irq.c \ 
    57         bertos/kern/preempt.c \ 
     57        bertos/kern/coop.c \ 
    5858        bertos/kern/proc.c \ 
    5959        bertos/kern/proc_test.c \ 
     
    6767 
    6868# FIXME: maybe this junk should go in emul/emul.mk? 
    69 $(OBJDIR)/demo/bertos/emul/emulwin.o: bertos/emul/emulwin_moc.cpp  
     69$(OBJDIR)/demo/bertos/emul/emulwin.o: bertos/emul/emulwin_moc.cpp 
    7070$(OBJDIR)/demo/bertos/drv/lcd_gfx_qt.o: bertos/drv/lcd_gfx_qt_moc.cpp 
    7171$(OBJDIR)/demo/bertos/drv/timer.o: bertos/emul/timer_qt_moc.cpp 
     
    7777 
    7878 
    79 demo_CFLAGS = -Iexamples/demo $(EMUL_CFLAGS) 
    80 demo_CXXFLAGS = -Iexamples/demo $(EMUL_CFLAGS) 
     79demo_CFLAGS = -O0 -g3 -ggdb -Iexamples/demo $(EMUL_CFLAGS) 
     80demo_CXXFLAGS = -O0 -g3 -ggdb -Iexamples/demo $(EMUL_CFLAGS) 
    8181demo_LDFLAGS = $(EMUL_LDFLAGS) 
    8282