# MCAD build settings CC =$(CXX) # use CXX to link CXXFLAGS =-g -I../include `wx-config --cxxflags` -DUNIQUE_TOOLBAR_BEHAVIOUR #CXXFLAGS =-g -I../include `wx-config --cxxflags` -DUNIQUE_TOOLBAR_BEHAVIOUR -DMEMDEBUG -DIODEBUG #-DACTIVATE_ON_MOTION #-DUSE_STATIC_BUFFER # # -DUNIQUE_TOOLBAR_BEHAVIOUR # Toolbar behave as unique for all drawings # -DACTIVATE_ON_MOTION # Activate current drawing on motion (motif EVT_ACTIVATE workaround) # -DUSE_STATIC_BUFFER # Use a static buffer for rendering (BUGGY) # -DIODEBUG # Enable I/O debug, print some stuff on stderr # -DMEMDEBUG # Enable memory debug LDFLAGS =`wx-config --libs` -lxerces-c # Custom stuff #CXXFLAGS +=-I/home/andrea/xerces/include #LDFLAGS +=-L/home/andrea/xerces/lib