summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Fixed unused parameter warning.Brad King2002-06-191-0/+1
|
* *** empty log message ***Bill Hoffman2002-06-194-4/+4
|
* ERR: Fixed compiler warnings.Brad King2002-06-185-25/+40
|
* ERR: Fixed compiler warnings about unused parameters.Brad King2002-06-187-8/+8
|
* ERR: Fixed compiler warnings when using strict ansi.Brad King2002-06-187-4/+17
|
* fixed another bugKen Martin2002-06-181-1/+1
|
* fixed bugKen Martin2002-06-181-1/+1
|
* ERR: Fix for fprintf format warning.Brad King2002-06-181-1/+1
|
* ERR: Attempt to fix warning on OSF about implicit declaration of winnstr.Brad King2002-06-181-0/+2
|
* ENH: add more paths for the HPSebastien Barre2002-06-181-0/+2
|
* ENH: try and fix link problem on decBill Hoffman2002-06-184-0/+27
|
* Add debian Java pathsAndy Cedilnik2002-06-171-1/+2
|
* FIX: GLU and GLUT flags for Mac OSXSebastien Barre2002-06-172-39/+52
|
* ENH: clean modules (doc, make stuff advanced, etc.)Sebastien Barre2002-06-143-9/+14
|
* ENH: change so that on all make based systems all dart targets are addedBill Hoffman2002-06-141-1/+3
|
* ENH: use OPENGL_LIBRARY_PATH as additional search pathSebastien Barre2002-06-142-16/+24
|
* ENH: define OPENGL_LIBRARY_PATH (path to OPENGL_LIBRARY) so that it can be ↵Sebastien Barre2002-06-141-12/+16
| | | | used to search for other OpenGL-related libs
* FIX: bug, the wrong include file was searched.Sebastien Barre2002-06-141-1/+1
|
* ENH: FindLibrary can now use the makefile to add some compiler-specific lib ↵Sebastien Barre2002-06-143-3/+49
| | | | search path (depending on the generator).
* ENH/FIX: Glut should be found, not set. Add search path for CygwinSebastien Barre2002-06-141-12/+18
|
* FIX: comply with the way OpenGL libs are set in FindOpenGL and FindGLUSebastien Barre2002-06-131-2/+1
|
* ENH: make all OpenGL libs advanced, and add support for glu lib with BorlandSebastien Barre2002-06-133-3/+28
|
* fix warningBill Hoffman2002-06-121-2/+2
|
* use lower case and not short path for uniq paths on windowBill Hoffman2002-06-114-9/+18
|
* only allow unique configurationsBill Hoffman2002-06-111-1/+6
|
* BUG: fix dot net for paths with spacesBill Hoffman2002-06-112-19/+53
|
* BUG: RelativePath should not be quoted in output files even if it has spacesBill Hoffman2002-06-111-1/+3
|
* ENH: don't use short paths in the outputBill Hoffman2002-06-111-1/+3
|
* use short path to get unique path names for depend path outputBill Hoffman2002-06-111-1/+7
|
* ERR: Fixed sun CC warnings.Bill Hoffman2002-06-112-2/+9
|
* now includes current include files directory when searching for files it ↵Ken Martin2002-06-102-10/+26
| | | | includes
* BUG: cmake needs it's own directory for includes, so depends workBill Hoffman2002-06-101-0/+1
|
* Oops, forgot the library nameAndy Cedilnik2002-06-101-1/+1
|
* Add search for python 2.2Andy Cedilnik2002-06-101-0/+2
|
* FIX: {} were missing around FLTK_*_LIBRARY.Luis Ibanez2002-06-071-1/+1
|
* FIX: The final test is done now over FLTK_LIBRARY instead of FLTK_LIBRARY_PATHLuis Ibanez2002-06-061-10/+3
|
* ENH: Support for FLTK1.1 and FLTK1.0.11 added. An option allows to selectLuis Ibanez2002-06-061-42/+91
| | | | between the two versions.
* ENH: remove borland bootstrap makefileBill Hoffman2002-06-061-49/+0
|
* fix for glut on win32Bill Hoffman2002-06-061-1/+2
|
* updated revKen Martin2002-06-051-1/+1
|
* now uses bootstrapKen Martin2002-06-051-176/+0
|
* merged ccommand into cmakeKen Martin2002-06-051-132/+0
|
* uses executabke bootstrapKen Martin2002-06-055-743/+0
|
* changed CCOMMAND to CMAKEKen Martin2002-06-033-6/+6
|
* removed ccommand use cmake nowKen Martin2002-06-039-38/+154
|
* updatedKen Martin2002-06-031-310/+321
|
* ENH: only add _LIB_DEPEND information for libraries and modulesBill Hoffman2002-06-032-14/+27
|
* fixed bug in get short path for quoted pathsKen Martin2002-05-311-1/+18
|
* BUG: never make a target depend on itself. This was causing unnecessary ↵Amitha Perera2002-05-291-0/+6
| | | | library duplication, resulting in link errors on some platforms.
* BUG: MAKEFLAGS does not need to be passed on command line. It is ↵Brad King2002-05-291-16/+16
| | | | automatically set by make in environment for recursive call.