From: Marek P. <ma...@us...> - 2001-11-21 22:32:22
|
Update of /cvsroot/javaprofiler/library/src/profiler In directory usw-pr-cvs1:/tmp/cvs-serv12170/src/profiler Modified Files: Makefile.rules dir.info Log Message: some parts completely rewritten; changes in communication interface to make it faster; ported to linux Index: Makefile.rules =================================================================== RCS file: /cvsroot/javaprofiler/library/src/profiler/Makefile.rules,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.rules 2001/07/22 23:37:58 1.2 --- Makefile.rules 2001/11/21 22:31:49 1.3 *************** *** 1,3 **** profiler.o \ ! profiler.obj: profiler.cpp ../main/includes.h $(CCC) $(CPPFLAGS) profiler.cpp --- 1,3 ---- profiler.o \ ! profiler.obj: profiler.cpp $(CCC) $(CPPFLAGS) profiler.cpp Index: dir.info =================================================================== RCS file: /cvsroot/javaprofiler/library/src/profiler/dir.info,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** dir.info 2001/07/28 04:11:17 1.3 --- dir.info 2001/11/21 22:31:49 1.4 *************** *** 1,3 **** FILES = profiler - CLEAN_FILES = *.pdb *.tds *.dll *.exp *.lib *.so *.obj *.o --- 1,2 ---- |