summaryrefslogtreecommitdiff
path: root/fltk-config.in
AgeCommit message (Expand)Author
2022-01-23Fix for fltk when make install usedGreg Ercolano
2022-01-16For issue #358 - adds examples/cairo-draw-x.cxxGreg Ercolano
2020-07-15CMake: refactor and reformat CMake filesAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-08-03Fix line endings and other (svn) properties of fltk-config.in.Albrecht Schlosser
2018-02-23CMake: Fix fltk-config for Windows and Unix/Linux.Albrecht Schlosser
2016-12-19When targetting MacOS+X11, fltk-config should not bundle the executable.Manolo Gouy
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2015-07-12Fix fltk-config for CMake build.Albrecht Schlosser
2015-02-06Remove unused variable 'bindir' from fltk-config and fix CMake local usage.Albrecht Schlosser
2013-04-05Added the NSHighResolutionCapable item to fltk-config --post for fltk apps to...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-01-01Fix fltk-config --post - script wrapper for app bundle had broken dirname call.Michael R Sweet
2010-11-13added --prefix and --includedir flags to fltk-config (STR #2137)engelsman
2010-11-10Fixed fltk-config to give --use on one line (STR #2408)engelsman
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-12-29STR #1962: I tried to fix the configuration scripts so that the image support...Matthias Melcher
2008-10-19Cairo increment 2: Finer cairo granularity, less deps, new fltk_cairo libFabien Costantini
2008-08-29STR#2028 new fix: replace ' by \" for the $compile var wrapping in fltk-confi...Fabien Costantini
2008-08-28Revert change for STR #2028, which is not correct.Michael R Sweet
2008-08-28STR #2028 fix: single quotes changed to double quotes around the variable $co...Fabien Costantini
2008-08-26Make sure script double-quotes $0...Michael R Sweet
2008-08-26Use $@ for arguments passed to the bundled executable.Michael R Sweet
2008-07-13Make --post create a basic Mac OS X application bundle with a shell scriptMichael R Sweet
2008-02-20STR 1875: fixed missing return value from 'fltk-config' for compiles that req...Matthias Melcher
2007-12-16Fix copy/paste error.Michael R Sweet
2007-11-20Remove unused variables.Michael R Sweet
2007-03-06STR #1624: Added --optim option for fltk-config which returns all flags for c...Matthias Melcher
2007-03-06Added POSTBUILD changes for fltk-config.in which I forgot earlierMatthias Melcher
2007-02-06Update packaging files.Michael R Sweet
2007-02-05Update pthreads configure test to work on more platforms.Michael R Sweet
2007-01-28Fix indentation of elements (STR #1549)Michael R Sweet
2006-09-24Tweak gtk+ drawing of Fl_Choice.Michael R Sweet
2006-06-19Add --with-archflags option to configure script, and use it in the rightMichael R Sweet
2006-01-31Update copyrights.Michael R Sweet
2006-01-31Fix fl_filename_list() bug (STR #1159) caused by changing of the ABIMichael R Sweet
2005-12-07Don't use readlink, it is non-standard.Michael R Sweet
2005-08-15Fix typo in fltk-config script.Michael R Sweet
2005-08-10Revert --prefix. Until we have a valid use case, we WILL NOT addMichael R Sweet
2005-08-10Added --prefix flag as suggested by Ian McArthur.Dejan Lekic
2005-08-08Add --cc and --cxx options to fltk-config, which show the compilers thatMichael R Sweet
2005-08-08The fltk-config script now handles invocation via a symlink (STRMichael R Sweet
2005-06-24"test -e" is not portable, must use "test -f".Michael R Sweet
2005-05-12The fltk-config script now supports running from a sourceMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-09-06Install image header files in FL/images so that FLTK apps will use theMichael R Sweet
2004-08-05Make sure that -L option comes before image libraries, not after.Michael R Sweet
2004-07-29Remove the GCC -Wshadow option.Michael R Sweet
2004-07-26Include libdir in link options.Michael R Sweet