From: Pavel V. <va...@us...> - 2002-09-12 15:44:00
|
Update of /cvsroot/javaprofiler/library/config In directory usw-pr-cvs1:/tmp/cvs-serv15909/config Modified Files: README Log Message: library-src-02-09-10 by marek Index: README =================================================================== RCS file: /cvsroot/javaprofiler/library/config/README,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** README 25 Nov 2001 22:36:05 -0000 1.12 --- README 12 Sep 2002 15:43:56 -0000 1.13 *************** *** 2,9 **** --- 2,14 ---- of the source files and rename it to "config.mk" + or modify an appropriate config file and run + "make config_linux", "make config_solaris" + or "make config_windows" + * Microsoft Windows 9x/NT4.0/2000, x86 Microsoft Visual C/C++ 6.0 config_x86_win32_vc98.mk + config_x86_win32_vc98.mk.orig * SunOS 7/8, SPARC/x86 *************** *** 11,14 **** --- 16,20 ---- config_sparc_sunos58_gcc302.mk + config_sparc_sunos58_gcc302.mk.orig * Linux, x86 *************** *** 16,17 **** --- 22,24 ---- config_x86_linux_gcc302.mk + config_x86_linux_gcc302.mk.orig |