Changeset 20363 for juggler/branches/2.2/modules/gadgeteer/Makefile.inc.in
- Timestamp:
- 06/27/07 15:40:03 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/gadgeteer/Makefile.inc.in
r20102 r20363 43 43 44 44 # Extra compiler and linker options needed only by this file. 45 DBG_FLAGS= -D _DEBUG @DBG_FLAGS@46 OPT_FLAGS= -D _OPT -DNDEBUG @OPT_FLAGS@45 DBG_FLAGS= -DJUGGLER_DEBUG @DBG_FLAGS@ 46 OPT_FLAGS= -DJUGGLER_OPT -DNDEBUG @OPT_FLAGS@ 47 47 48 48 # =============================================================================
