Changeset 1930
- Timestamp:
- 11/12/08 22:40:31 (2 months ago)
- Files:
-
- trunk/examples/demo/demo.mk (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/demo/demo.mk
r1913 r1930 55 55 bertos/kern/idle.c \ 56 56 bertos/kern/irq.c \ 57 bertos/kern/ preempt.c \57 bertos/kern/coop.c \ 58 58 bertos/kern/proc.c \ 59 59 bertos/kern/proc_test.c \ … … 67 67 68 68 # 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 70 70 $(OBJDIR)/demo/bertos/drv/lcd_gfx_qt.o: bertos/drv/lcd_gfx_qt_moc.cpp 71 71 $(OBJDIR)/demo/bertos/drv/timer.o: bertos/emul/timer_qt_moc.cpp … … 77 77 78 78 79 demo_CFLAGS = - Iexamples/demo $(EMUL_CFLAGS)80 demo_CXXFLAGS = - Iexamples/demo $(EMUL_CFLAGS)79 demo_CFLAGS = -O0 -g3 -ggdb -Iexamples/demo $(EMUL_CFLAGS) 80 demo_CXXFLAGS = -O0 -g3 -ggdb -Iexamples/demo $(EMUL_CFLAGS) 81 81 demo_LDFLAGS = $(EMUL_LDFLAGS) 82 82
