Update of /cvsroot/javaprofiler/library/src2
In directory usw-pr-cvs1:/tmp/cvs-serv12893/src2
Modified Files:
dir.info
Log Message:
unix implementation of shared memory communication
(semaphore, shared memory)
Index: dir.info
===================================================================
RCS file: /cvsroot/javaprofiler/library/src2/dir.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** dir.info 2001/08/23 23:57:31 1.3
--- dir.info 2001/08/25 23:27:43 1.4
***************
*** 1,5 ****
FILES = java CommunShMem do_link
! CLEAN_FILES = *.class *.jar *.h *.dll *.so *.obj *.o *.pdb *.lib *.exp
OBJ_FILES = *.o* ../src/string/*.o*
--- 1,5 ----
FILES = java CommunShMem do_link
! CLEAN_FILES = *.class *.jar *.h *.dll *.so *.obj *.o *.pdb *.lib *.exp *.tds
OBJ_FILES = *.o* ../src/string/*.o*
|