Commit Graph

11859 Commits

Author SHA1 Message Date
Ken Martin abab6bc000 fix for network includ paths 2001-06-01 13:54:43 -04:00
Berk Geveci 6103324e01 Fixing the module name for Unix. 2001-06-01 13:29:32 -04:00
Bill Hoffman 01b980591b BUG: fix edit of directories 2001-05-31 15:48:35 -04:00
Berk Geveci 6b37e97cae Should not use decl if not on Windows. 2001-05-31 14:15:55 -04:00
Bill Hoffman a85e67d937 BUG: add missing file 2001-05-30 15:56:17 -04:00
Bill Hoffman cf1393218f ENH: remove unused includes 2001-05-30 15:36:00 -04:00
Bill Hoffman 4179c991f4 ENH: change MFC gui to use cmake class 2001-05-30 15:28:55 -04:00
Amitha Perera dbf65f216f BUG: Now only one makefile rule is generated per depenency. This eliminates
a number of warnings.
2001-05-29 14:16:27 -04:00
Geoffrey Cross bdfdfb73a2 bug meaning that set(a b) just set a to "" and not to b 2001-05-25 17:19:04 -04:00
Brad King 07c4f9f145 BUG: Fixed stupid error in the hack I just checked in. 2001-05-25 15:33:22 -04:00
Brad King 410f4838b8 BUG: WIN32 executable target rules are now generated in unix the same as any other executable (instead of not at all). 2001-05-25 15:32:22 -04:00
Sebastien Barre 1a2918040d better help 2001-05-25 15:27:52 -04:00
Sebastien Barre 7a6699e183 display the property name in the help box 2001-05-25 15:27:28 -04:00
Brad King ad2437f08c BUG: Added hack to cmSystemTools::GetPath to make its algorithm correctly parse off the last entry of the system PATH environment variable. 2001-05-25 14:31:35 -04:00
Brad King c60696ccaf BUG: Fixed logic that splits a full path library link into the -L and -l pieces to not write out a -l by itself if the file regular expression does not match. 2001-05-25 14:27:30 -04:00
Jim Miller f190cb8dc2 BUG: missing quote on a custom command 2001-05-25 07:31:26 -04:00
Sebastien Barre 3546e5611c New functions used to extract the components of a full filename. 2001-05-24 21:17:02 -04:00
Sebastien Barre 2533d55099 The path found is now collapsed (cleaner). 2001-05-24 21:14:53 -04:00
Sebastien Barre d8c34cfb81 Welcome to cmGetFilenameComponentCommand ("Get a specific component of a full filename") 2001-05-24 21:13:56 -04:00
Sebastien Barre 0532db2418 Welcome to cmGetFilenameComponentCommand 2001-05-24 21:12:20 -04:00
Sebastien Barre cc12fb6ff8 Try to find tclsh or wish and use that path to find the include or lib directory. TK_INTERNAL_PATH is searched too (path to tkWinInt.h) 2001-05-24 21:11:27 -04:00
Sebastien Barre d8354e65c9 optimize ConvertToUnixSlashes a little bit, and use it in MakeDirectory (code was duplicated) 2001-05-24 19:17:47 -04:00
Brad King 296649209c ERR: VAR type entry missing after CACHE for CMAKE_TEMPLATE_FLAGS. 2001-05-24 17:51:57 -04:00
Sebastien Barre a2a40b1259 updated to handle Tk commands compiled/linked separately. Useful for VTK Tk widgets for example. 2001-05-24 14:59:09 -04:00
Jim Miller ffd7cfd7c3 Project independent setting for testing 2001-05-24 13:45:55 -04:00
Sebastien Barre abfa5238ca new Capitalized function. Will be used in the VTK Tcl wrapper for example (in a more portable way). 2001-05-24 13:40:46 -04:00
Bill Hoffman 812eed0e11 *** empty log message *** 2001-05-24 13:35:59 -04:00
Bill Hoffman 5731bc9d54 ENH: change the syntax of the SET command, fix the combo box for larger strings 2001-05-24 12:57:33 -04:00
Ken Martin ad92f34fea added version number 2001-05-24 11:47:21 -04:00
Sebastien Barre 4d036f44f5 removed hardcoded VTKDLL 2001-05-24 10:32:00 -04:00
Sebastien Barre 25fb20c4aa slight change in the order of the options (right-most takes precedence) 2001-05-24 10:00:27 -04:00
Jim Miller 1c44097f13 Changed Windows build command to build Release 2001-05-23 20:16:35 -04:00
Sebastien Barre 8130d63235 Intermediate Dir was wrong 2001-05-23 18:31:20 -04:00
Sebastien Barre af6c95495c /Gz => /GZ 2001-05-23 18:22:20 -04:00
Sebastien Barre 2dcd871b4f removed /O2 from debug 2001-05-23 18:19:01 -04:00
Bill Hoffman bc9531c0d1 ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags 2001-05-23 17:19:38 -04:00
Bill Hoffman 39066269d1 add compute systeminfo 2001-05-23 16:33:50 -04:00
Ken Martin ef4bee6f61 bug finding windows template file 2001-05-23 16:31:43 -04:00
Ken Martin 768134c690 command line fixes for win32 2001-05-23 16:28:34 -04:00
Sebastien Barre 1a2a3abbfd ReleaseMinSize => MinSizeRel 2001-05-23 16:09:13 -04:00
Bill Hoffman 7ff4d170b4 BUG: remove vtkCommon 2001-05-23 15:53:09 -04:00
Ken Martin 5d05b44844 fixed quoted cmake 2001-05-23 15:49:18 -04:00
Bill Hoffman 3bc0c4469c ENH: add better error message 2001-05-23 14:44:35 -04:00
Geoffrey Cross a496a78550 DSPs have to be binary 2001-05-23 14:33:19 -04:00
Bill Hoffman 2eb7fee1fc ENH: change Release Minsize to MinSizeRel, add MinSizeRel to dll template 2001-05-23 14:05:26 -04:00
Brad King 566c8d4ba0 ENH: Added INSTALL target to switch in OutputDSPFile. Also added a default that prints out an error message so that anyone who adds a target doesn't forget to update the switch. 2001-05-23 13:16:09 -04:00
Ken Martin 1f6057e864 install fixes for win32 2001-05-23 12:02:47 -04:00
Ken Martin 3ebfc32b5e added install target support 2001-05-23 11:53:37 -04:00
Luis Ibanez fa021758da Module to search for VTK include and library paths 2001-05-23 11:34:19 -04:00
Ken Martin dbebd0a276 added install rules 2001-05-23 11:31:43 -04:00