[J2me-device-db-general] Define custom properties
Brought to you by:
s_szczygiel,
space2
From: Jim W. <ech...@gm...> - 2006-11-09 11:58:07
|
Hi! How can I use my own-defined properties? I want to define "DEBUG" property and use it with preprocessor, but i cant get where to put it. e.g. Canvas.java //#ifdef DEBUG render_debug(); //#endif I want to define it global. Putting "//#define DEBUG" in every source header is inconvenient. best regards, Jim |