Author: AlbrechtS
Date: 2011-06-06 01:29:00 -0700 (Mon, 06 Jun 2011)
New Revision: 8782
Log:
- Removed "makefiles" directory, including obsolete Makefiles for MinGW
  and OS/2.
- Removed references to files in makefiles/ from README.
- Fixed spelling errors in README


Removed:
   branches/branch-1.3/makefiles/
Modified:
   branches/branch-1.3/README

Modified: branches/branch-1.3/README
===================================================================
--- branches/branch-1.3/README  2011-06-04 21:51:31 UTC (rev 8781)
+++ branches/branch-1.3/README  2011-06-06 08:29:00 UTC (rev 8782)
@@ -31,7 +31,7 @@
         http://www.fltk.org/documentation.php
 
 
-BUILDING AND INSTALLING FLTK UNDER UNIX AND MacOS X
+BUILDING AND INSTALLING FLTK UNDER UNIX AND Mac OS X
 
     In most cases you can just type "make".  This will run
     configure with the default (no) options and then compile
@@ -91,35 +91,13 @@
     The first is to use the Visual C++ project files under the
     "ide/" directory.  See the file ide/README.IDE for more info.
 
-    The second method is to use a GNU-based development tool
-    with the files in the "makefiles" directory.  To build
-    with the CygWin tools, use the supplied configure script
-    as specified in the UNIX section above:
+    The second method is to use a GNU-based development tool.
+    To build with the Cygwin or MinGW tools, use the supplied
+    configure script as specified in the UNIX section above:
 
         sh configure ...options...
 
-    To build using other tools simply copy the appropriate
-    makeinclude and config files to the main directory and do a
-    make:
 
-       copy makefiles\Makefile.<env> Makefile
-       make
-
-
-BUILDING FLTK UNDER OS/2
-
-    The current OS/2 build requires XFree86 for OS/2 to work.  A
-    native Presentation Manager version has not been implemented
-    yet (volunteers are welcome!).
-
-    To build the XFree86 version of FLTK for OS/2, copy the
-    appropriate makeinclude and config files to the main
-    directory and do a make:
-
-        copy makefiles\Makefile.os2x Makefile
-       make
-
-
 INTERNET RESOURCES
 
     FLTK is available on the 'net in a bunch of locations:
@@ -161,13 +139,13 @@
     Microsoft and Windows are registered trademarks of Microsoft
     Corporation. UNIX is a registered trademark of the X/Open
     Group, Inc.  OpenGL is a registered trademark of Silicon
-    Graphics, Inc.  MacOS is a registered trademark of Apple
+    Graphics, Inc.  Mac OS is a registered trademark of Apple
     Computers, Inc.
 
 
 COPYRIGHT
 
-    FLTK is copyright 1998-2010 by Bill Spitzak
+    FLTK is copyright 1998-2011 by Bill Spitzak
     ([email protected]) and others, 
     see the CREDITS file for more info.
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to