Skip to content
Snippets Groups Projects
  1. Jan 12, 2006
  2. Jan 10, 2006
  3. Jan 03, 2006
  4. Dec 14, 2005
  5. Nov 29, 2005
  6. Oct 18, 2005
  7. Jul 13, 2005
  8. Jul 12, 2005
  9. Jun 13, 2005
  10. Feb 09, 2005
  11. Feb 08, 2005
  12. Feb 04, 2005
    • slevy's avatar
      Add #defines for a bunch of floating-point transcendental functions · facd4f4a
      slevy authored
      if sqrtf() isn't available.  This is 'way better than using -Dtanf=tan etc. in Makefile.
      facd4f4a
    • slevy's avatar
      Remove obsolete old-file-chooser code -- gets syntax errors anyway. · 6d901740
      slevy authored
      Just leave Steve Marx's insistence on FLTK >=1.1.x.
      Check for values.h.
      If we seem to be running on MacOS X, add more special tests:
         Search -lmx for sqrtf() etc., rather than a bunch of -D'efines for float functions.
      	If they (or at least sqrtf) are not present, geometry.h now #define's em.
         Insist on {fltkdir}/FL/mac.r so we can use Rez to tag partiview as a GUI app,
      	otherwise it can never get keyboard/mouse focus.
      6d901740
Loading