Exclude buildrev.h from the codelite project file.
[bertos.git] / bertos / gfx / text.h
index d8c6aba5d20bbd1852048ccbe71d8ac36cc98888..cfd8086f381fda515f64644e8c95f0e1826c37f5 100644 (file)
@@ -38,7 +38,8 @@
  * \version $Id$
  *
  * $WIZ$ module_name = "text"
- * $WIZ$ module_harvard = "both"
+ * $WIZ$ module_harvard = "pgm_memory"
+ * $WIZ$ module_depends = "bitmap"
  */
 
 #ifndef GFX_TEXT_H