1326 Commits

Author SHA1 Message Date
Sebastien Barre
a7c293a99e Add linker flags for each build type 2001-11-30 14:33:37 -05:00
Berk Geveci
81d74f638a Better documentation. 2001-11-30 14:24:37 -05:00
Berk Geveci
ca518a593e Better documentation. 2001-11-30 14:16:28 -05:00
Berk Geveci
e9d4096713 Improved help. 2001-11-30 13:59:36 -05:00
Berk Geveci
50c64a0060 Removed unused options. 2001-11-30 13:53:53 -05:00
Sebastien Barre
9157a13167 CMAKE_ANSI_CFLAGS is used by VTK, so it should be set in the NMake config so that it gets expanded (even to "") 2001-11-30 13:10:41 -05:00
Bill Hoffman
cb23279833 fix library suffix 2001-11-30 13:09:53 -05:00
Bill Hoffman
47ae31d307 remove suffix rules 2001-11-30 12:41:19 -05:00
Bill Hoffman
daf890359c add new suffix rules 2001-11-30 12:05:38 -05:00
Berk Geveci
b64e2b83b0 Can non use clear because it is undef'ed. 2001-11-30 11:34:13 -05:00
Berk Geveci
1499a4268d Fixed warning. 2001-11-30 10:58:23 -05:00
Berk Geveci
86e75e0d39 Fixed warning. 2001-11-30 10:54:04 -05:00
Berk Geveci
d6e0f7da0c Since it is being used as an array size in another file, it is not possible to initialize MAX_WIDTH in a .cxx file. 2001-11-30 10:51:30 -05:00
Bill Hoffman
906ebb5547 fix warning 2001-11-30 10:41:08 -05:00
Berk Geveci
195e2c6449 Missed std:: 2001-11-30 10:40:41 -05:00
Berk Geveci
46c5d3355a Missed std:: 2001-11-30 10:28:40 -05:00
Berk Geveci
3eddc4afd6 CMAKE_WORDS_BIGENDIAN should not be in the cache. 2001-11-30 10:27:24 -05:00
Berk Geveci
77e5c1ff97 PYTHON_DEBUG_LIBRARY is only used on Windows. 2001-11-30 10:23:00 -05:00
Sebastien Barre
cf9f19bd2f fix: If documentation added, then need cache type 2001-11-30 09:19:17 -05:00
Berk Geveci
8a59c205bd opps I forgot to add these 2001-11-29 23:45:01 -05:00
Bill Hoffman
c80c5d245d ENH: fix various problems caused by the generalization of nmake generator 2001-11-29 23:24:37 -05:00
Sebastien Barre
f670003d24 Nmake build: move most of hard-coded values to config parameters 2001-11-29 20:59:53 -05:00
Berk Geveci
521d8d9410 Improvements to the curses interface. 2001-11-29 16:44:22 -05:00
Bill Hoffman
e57a982136 ENH: fix memory leaks 2001-11-29 15:14:07 -05:00
Sebastien Barre
e8dade9420 Fix space pb (embended, then escaped) 2001-11-29 14:51:35 -05:00
Bill Hoffman
765934fea9 add bootstrap makefile for borland compiler 2001-11-29 09:22:21 -05:00
Bill Hoffman
15805d260e fix for shared libs and borland 2001-11-29 09:09:11 -05:00
Luis Ibanez
1be3b0fd99 ENH: GENERATED_CODE case added to switch. 2001-11-29 01:51:14 -05:00
Luis Ibanez
f86418e99f ENH: A type of target was added for representing GENERATED_CODE 2001-11-29 01:48:23 -05:00
Luis Ibanez
e11df32931 ENH: Custom commands are now builded. 2001-11-29 01:46:29 -05:00
Bill Hoffman
e7bb895afd ENH: borland generator 2 is working more or less 2001-11-28 18:07:27 -05:00
Luis Ibanez
b29e3f11cb ENH: Command simplified in order to construct a Source list of .cxx from
a source list of .fl GUI files.
2001-11-28 14:45:20 -05:00
Luis Ibanez
ecd4b2b1ee ENH: The command was simplified to generate a source list of cxx from a
source list of .fl GUI files.
2001-11-28 14:44:10 -05:00
Sebastien Barre
9301d47021 Fynd Python debug lib in usual libs dir too 2001-11-28 12:49:29 -05:00
Bill Hoffman
fd516c022d add new borland generator 2001-11-28 11:12:15 -05:00
Bill Hoffman
af9bc3fa9f *** empty log message *** 2001-11-28 10:51:28 -05:00
Bill Hoffman
ed50410ae7 bug: fix same path comparison when short paths are used 2001-11-28 07:15:04 -05:00
Bill Hoffman
f901b9c340 fix warning 2001-11-28 07:14:25 -05:00
Luis Ibanez
10097d7685 FIX: When switching from one project to another the CacheGUI wasn't being
cleared. Values from one project were mixed into the other.
2001-11-27 19:38:05 -05:00
Berk Geveci
0180d3156f ENH: nmake generator much closer to working with spaces 2001-11-27 17:53:05 -05:00
Berk Geveci
1944e1887d ENH: expand variables in a command before escaping spaces in the command 2001-11-27 17:32:33 -05:00
Berk Geveci
3173249761 ENH: do not write over existing cache values even doc strings to avoid changing the cache file 2001-11-27 17:31:45 -05:00
Berk Geveci
b51230a565 remove unused include 2001-11-27 16:12:00 -05:00
Ken Martin
97ec90bf85 adjusted spacing 2001-11-27 15:34:27 -05:00
Ken Martin
a99f293e3a removed extra lib paths to avoid finding old libs 2001-11-27 15:33:43 -05:00
Ken Martin
fcb647bae4 made some vars advanced 2001-11-27 15:32:57 -05:00
Ken Martin
7ce139511d made some vars advanced 2001-11-27 15:20:18 -05:00
Luis Ibanez
1bb3fada7a ENH: Command for running FLTK's UI tool "Fluid" was added. 2001-11-27 00:03:45 -05:00
Luis Ibanez
42e2874d75 ENH: Support for FLTK Fluid tool added. 2001-11-27 00:02:27 -05:00
Luis Ibanez
29fe0c8cf3 ENH: Support for running FLUID was added. 2001-11-26 23:57:01 -05:00