erasing makefile / make DEFINES ?
-
I am using makefile / make DEFINES as common resource for project.
DEFINES += define PORT_CONFIGURATION
DEFINES += undefine SERIAL_SETUP
DEFINES += define STATUS_BARDEFINES += define TRACE_MENU
DEFINES += define TEST_SERIAL_PORT
DEFINES += define SERIAL_PORT_SETUPDEFINES
add Apr15
DEFINES += define DEBUG_MDI
DEFINES += define TRACE_CONSOLEIs there a simple way to ERASE all DEFINES and start fresh? My code has few places of DEFINES and commenting them out is impractical. I did ask Mr Google , and the above did not work. Thanks .
-
I am using makefile / make DEFINES as common resource for project.
DEFINES += define PORT_CONFIGURATION
DEFINES += undefine SERIAL_SETUP
DEFINES += define STATUS_BARDEFINES += define TRACE_MENU
DEFINES += define TEST_SERIAL_PORT
DEFINES += define SERIAL_PORT_SETUPDEFINES
add Apr15
DEFINES += define DEBUG_MDI
DEFINES += define TRACE_CONSOLEIs there a simple way to ERASE all DEFINES and start fresh? My code has few places of DEFINES and commenting them out is impractical. I did ask Mr Google , and the above did not work. Thanks .