Commit Graph

33305 Commits

Author SHA1 Message Date
Ken Martin 32f7cef6f3 added win32 executable option 2001-05-10 13:52:23 -04:00
Brad King 6b1cbac036 Testing strange cvs problem with .doc files. 2001-05-10 12:25:38 -04:00
Brad King 40c08cb268 BUG: Removing old CMake.pdf and adding the gzipped version, CMake.pdf.gz because of file size problems with cvs. 2001-05-10 12:07:59 -04:00
Brad King 968610b041 BUG: Removed stray debugging output statement. Also renamed some variables for clarity. 2001-05-10 11:20:16 -04:00
Brad King 09e9a53bb1 ERR: RunCommand method needed return in unix. 2001-05-10 11:19:15 -04:00
Brad King 68ac32e60a ERR: Removed unused variable 2001-05-10 11:18:52 -04:00
Brad King 332b9b79cd BUG: ANSI_CFLAGS -> CMAKE_ANSI_CFLAGS 2001-05-10 09:45:41 -04:00
Geoffrey Cross 401b9eea0b ADD LINK32s are now on multiple lines because VC breaks otherwise 2001-05-09 18:00:03 -04:00
Sebastien Barre d1b57f6053 ENH: add 8.3 support 2001-05-09 17:38:33 -04:00
Bill Hoffman 02bdff675d BUG: escape spaces before adding .lib 2001-05-09 16:17:03 -04:00
Bill Hoffman 013b9b3849 ENH: escape spaces 2001-05-09 16:08:50 -04:00
Bill Hoffman e30a660df5 ENH: only add .lib if no .lib exists 2001-05-09 15:48:06 -04:00
Bill Hoffman f07ee5b817 ENH: change find library and find program to look for more than one name 2001-05-09 14:53:32 -04:00
Bill Hoffman 1dc7ae38ea BUG: match called on invalid number 2001-05-09 13:44:30 -04:00
Ken Martin 54dcf6932a cleaned up configure some 2001-05-09 13:22:20 -04:00
Jim Miller 4d2e6c8394 FIX: only clear the cache on a load when the load needs to read internal values. Otherwise, it is assumed that we are reading another projects cache. 2001-05-09 11:15:57 -04:00
Bill Hoffman ad2247244d BUG: fix crash 2001-05-09 10:13:12 -04:00
Bill Hoffman df5059949d BUG: fix use beyond end of array 2001-05-09 09:52:21 -04:00
Ken Martin cb6bc6f0aa added load cache command and fixed source file 2001-05-09 08:51:54 -04:00
Brad King a74d8698eb ERR: LoadCache needed to return a value. 2001-05-08 17:37:55 -04:00
Ken Martin 36b4fbb1f4 added ability to load another cache 2001-05-08 17:04:22 -04:00
Ken Martin cdffbea017 now adds src and bin dir into cache 2001-05-08 17:03:39 -04:00
Ken Martin 67e31b789f fixed bug in init code 2001-05-08 16:20:24 -04:00
Bill Hoffman 7b2e824bc0 clean up 2001-05-08 16:01:31 -04:00
Bill Hoffman 17d7ff0358 ENH: add initial path support for file choosers 2001-05-08 13:40:08 -04:00
Ken Martin 237f960c89 BUG: added arg0 to link libraries 2001-05-08 11:40:47 -04:00
Luis Ibanez 5d133eeebc Module to search the path for FLTK library ( http://www.fltk.org ) 2001-05-08 10:16:06 -04:00
Brad King 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 2001-05-07 18:14:13 -04:00
Bill Hoffman 885e37da22 ENH: call configure from cmake 2001-05-07 18:11:16 -04:00
Dan Blezek 5066defc23 BUG: Removing Remove Variables call 2001-05-07 10:02:56 -04:00
Geoffrey Cross 45aef39724 Under FreeBSD: should be CMAKE_SHLIB_BUILD_FLAGS and not CMAKE_SHLIB_LINK_FLAGS. CMakeSystemConfig.cmake not being made 2001-05-07 09:16:58 -04:00
Bill Hoffman a5f6b47661 BUG: add internal cache entry for executables, so depends can work 2001-05-05 11:28:03 -04:00
Bill Hoffman 8aa2182806 BUG: add removed command, and sort the order in cmCommands.cxx 2001-05-05 11:03:35 -04:00
Ken Martin e126954393 fixes for untiltiy targets in all 2001-05-04 17:00:22 -04:00
Dan Blezek 1349d06e78 ENH: Proper build name 2001-05-04 16:44:24 -04:00
Dan Blezek f386664efc ENH: Correct sitename 2001-05-04 16:43:54 -04:00
Ken Martin 089aa3e106 option to make utilities in the all target 2001-05-04 15:50:26 -04:00
Bill Hoffman 2383d6ff6d ENH: move to cmake for itkConfigure.h.in 2001-05-04 14:53:12 -04:00
Ken Martin d1939b26ee updates 2001-05-04 12:52:56 -04:00
Geoffrey Cross 7bf828d132 INCLUDE these to find the relevant libraries 2001-05-04 11:35:47 -04:00
Bill Hoffman 8a21493f56 ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:34:59 -04:00
Bill Hoffman de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 2001-05-04 11:30:46 -04:00
Brad King 33e1a4a09a ENH: Added support to EscapeSpaces to use double quotes on windows. 2001-05-04 10:44:59 -04:00
Brad King 6c54371c8f ENH: Added use of CMAKE cache entry for generating the DSP/makefile build rules. 2001-05-04 10:44:26 -04:00
Brad King dec4d7afe1 ENH: Added use of CMAKE cache entry for generating the DSP build rules. 2001-05-04 10:44:11 -04:00
Ken Martin a0d4003370 minor fixes 2001-05-04 10:13:37 -04:00
Ken Martin 56714a49d4 fixed custom command rule 2001-05-04 09:56:07 -04:00
Ken Martin c2715d27ec new module 2001-05-04 09:47:58 -04:00
Ken Martin 4d9b2f59cc better custom rules 2001-05-04 09:39:05 -04:00
Ken Martin faaadc4a08 better If checks 2001-05-04 08:46:05 -04:00