preempt: introduce idle process; timer: use managed irqs for preemption
[bertos.git] / bertos / emul / emul.mk
index b7ddf358557ff090e4b0c9fce8aa4df5a977a8b1..8636da6536a4a21df9a1eb89244f1102aa9f51a2 100644 (file)
@@ -1,13 +1,14 @@
 #
-# Copyright 2007 Bernardo Innocenti (http://www.codewiz.org/)
+# Copyright 2007 Bernie Innocenti (http://www.codewiz.org/)
 # All rights reserved.
 #
-# Author: Bernardo Innocenti <bernie@develer.com>
+# Author: Bernie Innocenti <bernie@codewiz.org>
 #
-# Qt configuration for devlib emulator demo.  Include it from
+# Qt configuration for BeRTOS emulator.  Include it from
 # your app Makefile fragment
 
-EMUL_CFLAGS = $(shell pkg-config QtCore QtGui --cflags) -DQT_CLEAN_NAMESPACE -DQT3_SUPPORT
+EMUL_CFLAGS = -D'ARCH=ARCH_EMUL|ARCH_QT' \
+       $(shell pkg-config QtCore QtGui --cflags) -DQT_CLEAN_NAMESPACE
 EMUL_LDFLAGS = $(shell pkg-config QtCore QtGui --libs)
 QT_MOC = $(shell pkg-config QtCore --variable=moc_location)
 #QT_UIC = $(shell pkg-config QtCore --variable=uic_location)