Author: spitzak
Date: 2010-04-15 09:29:49 -0700 (Thu, 15 Apr 2010)
New Revision: 7511
Log:
make distclean deletes the libraries
Modified:
trunk/Makefile
trunk/lib/README
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2010-04-15 12:58:42 UTC (rev 7510)
+++ trunk/Makefile 2010-04-15 16:29:49 UTC (rev 7511)
@@ -68,6 +68,7 @@
$(RM) documentation/fltk.pdf
$(RM) documentation/fltk.ps
$(RM) -r documentation/fltk.d
+ $(RM) lib/*.*
for file in test/*.fl; do\
$(RM) test/`basename $file .fl`.cxx; \
$(RM) test/`basename $file .fl`.h; \
Modified: trunk/lib/README
===================================================================
--- trunk/lib/README 2010-04-15 12:58:42 UTC (rev 7510)
+++ trunk/lib/README 2010-04-15 16:29:49 UTC (rev 7511)
@@ -13,11 +13,11 @@
The libraries are:
- fltk2 - the core of fltk2, most programs only need
this
- fltk2_images - functions that use glut, png, jpg, other image
libraries
- fltk2_gl - Fl_Gl_Window and functions that use OpenGL
- fltk2_glut - glut emulation functions
- fltk2_forms - forms emulation functions
+ fltk2 - the core of fltk2, most programs only need this
+ fltk2_images - functions that use png, jpeg, other image libraries
+ fltk2_gl - Fl_Gl_Window and functions that use OpenGL
+ fltk2_glut - glut emulation functions
+ fltk2_forms - forms emulation functions
Under UNIX you can compile either shared or static libraries. Static
libraries are the default and have names like libfltk2.a. Shared
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit