From: Marek P. <ma...@us...> - 2002-04-15 21:04:47
|
Update of /cvsroot/javaprofiler/library In directory usw-pr-cvs1:/tmp/cvs-serv21227 Modified Files: config.mk Log Message: serious bug fixes - monitors, deactivating... interface version checking added new test program for testing of memory profiling added Index: config.mk =================================================================== RCS file: /cvsroot/javaprofiler/library/config.mk,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -r1.36 -r1.37 *** config.mk 31 Jan 2002 12:30:59 -0000 1.36 --- config.mk 15 Apr 2002 21:04:14 -0000 1.37 *************** *** 37,41 **** # modify as needed ! DEFINES = -DLINUX -DUSE_RAW_MONITORS -DUSE_ALLOCATOR -fpic INCLUDES = -I$(JAVA_PATH)/include -I$(JAVA_PATH)/include/linux --- 37,41 ---- # modify as needed ! DEFINES = -DLINUX -DUSE_RAW_MONITORS -DUSE_ALLOCATOR -DEXPERIMENTAL -fpic INCLUDES = -I$(JAVA_PATH)/include -I$(JAVA_PATH)/include/linux |