Commit Graph

437 Commits

Author SHA1 Message Date
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
Ken Martin fdb3d30dca added prefix to config 2001-05-23 11:27:15 -04:00
Bill Hoffman d76db0ed57 BUG: remove warning 2001-05-23 10:47:50 -04:00
Bill Hoffman 09651ba991 BUG: fix output directory 2001-05-23 10:47:36 -04:00
Ken Martin 43237a88c5 added PROJECT_SOURCE_DIR 2001-05-23 10:01:10 -04:00
Bill Hoffman e606732b94 ENH: allow duplicate libraries 2001-05-23 09:35:14 -04:00
Sebastien Barre a75ff81d08 Template now uses EXECUTABLE_OUTPUT_PATH too. 2001-05-22 20:45:34 -04:00
Sebastien Barre ec6d73c73b PROP BASE and PROP were inverted 2001-05-22 20:44:45 -04:00
Sebastien Barre 827ec6e39a Seems to me that EXEWinHeader was not searched in the right place. 2001-05-22 20:36:54 -04:00
Bill Hoffman 52e83c7afd BUG: do not include /usr/lib in -L 2001-05-22 17:49:18 -04:00
Bill Hoffman 7950871fcb fix CXXFLAGS 2001-05-22 13:52:59 -04:00
Bill Hoffman 8a5cef0695 *** empty log message *** 2001-05-22 13:42:43 -04:00
Bill Hoffman b5b4c0eb5c use cxxflags in test builds 2001-05-22 13:40:49 -04:00
Bill Hoffman beaa7dc1c8 BUG: fix depends and CXXFLAGS passing 2001-05-22 13:22:30 -04:00
Sebastien Barre 69503c66eb fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems. 2001-05-22 12:39:22 -04:00
Ken Martin 211a556876 no longer used 2001-05-22 11:15:22 -04:00
Luis Ibanez 69edd818c4 ENH: PropertyList class added 2001-05-22 10:43:58 -04:00
Luis Ibanez b5b5a68214 ENH: Added support for the fltk::PropertyList class 2001-05-22 10:43:23 -04:00
Luis Ibanez 013d428f29 Added interactions with the PropertyList class 2001-05-22 10:42:49 -04:00
Luis Ibanez ee8859be70 Class to manage the list of properties displayed on the scroller 2001-05-22 10:41:15 -04:00
Brad King 1631b200aa ERR: Added missing @srcdir@ and modified install expressions to include *.cmake* files instead of just *.cmake files (for .in). 2001-05-21 16:43:08 -04:00
Brad King 7727c7ef96 ENH: Converted to new Class and Group tags in place of WrapperSet and Groups tags. 2001-05-21 16:21:27 -04:00
Bill Hoffman c1086a9524 fix for hp x11 and gl 2001-05-21 16:10:20 -04:00