summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-bcc32.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Need to use the -c option for implib to produce case-sensitive symbols ↵Brad King2005-06-291-2/+2
| | | | in the .lib files.
* BUG#895: Adding -DNDEBUG to C and C++ flags for release builds.Brad King2004-06-011-4/+4
|
* ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ↵Andy Cedilnik2004-05-041-0/+2
| | | | on borland for now.
* ENH: Fix typos about copying exe flags to shared flags and to modules. Bug ↵Andy Cedilnik2004-01-151-4/+4
| | | | #518 - On borland, initial flags for bulding module are wrong
* BUG: fix for bug 346, borland should now support dash in the pathBill Hoffman2003-11-051-1/+1
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-211-2/+1
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* BUG: Stack size in generated programs should be 10 meg, not 256.Brad King2003-06-121-1/+1
|
* BUG: remove typo from fileBill Hoffman2003-05-091-1/+1
|
* BUG: fix for borland win32 exe buildsBill Hoffman2003-05-081-2/+2
|
* BUG: remove -H flags as they cause crashes on oldwwwKen Martin2003-05-081-4/+4
|
* BUG: remove -H flags as they cause crashes on oldwwwKen Martin2003-05-081-4/+4
|
* ENH: change the default borland stack sizeBill Hoffman2003-05-051-1/+1
|
* BUG: fix flags for borland link shared and moduleBill Hoffman2003-01-151-6/+6
|
* ENH: Added <LINK_FLAGS> to link rules.Brad King2002-12-311-1/+1
|
* ENH: fixes for borland with spaces in the pathBill Hoffman2002-12-221-2/+2
|
* determine CMAKE_MAKE_PROGRAM in EnableLanguageBill Hoffman2002-12-031-2/+1
|
* correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ↵Bill Hoffman2002-12-031-2/+2
| | | | the rules
* change flags for borlandBill Hoffman2002-11-221-1/+4
|
* BUG: fix for borland run time dllBill Hoffman2002-11-151-1/+14
|
* BUG: fix for missing temp file variableBill Hoffman2002-11-141-1/+1
|
* reorder tWR so that it does not crash with sharedBill Hoffman2002-11-141-1/+3
|
* fix shared builds on borland and add debug stuff for makefilesBill Hoffman2002-11-141-11/+17
|
* ENH: move -P flag from cxxflags to the compile line for cxx filesKen Martin2002-11-131-2/+2
|
* ENH: use correct run time library for borlandBill Hoffman2002-11-131-1/+2
|
* BUG: fix order of link line for creating shared librariesBill Hoffman2002-11-131-2/+2
|
* ENH: add .def file supportBill Hoffman2002-11-121-2/+2
|
* Set CMAKE_BUILD_TOOLBill Hoffman2002-11-121-2/+0
|
* ENH: fix up several problems with new stuffBill Hoffman2002-11-111-0/+11
|
* clean up flags with _init flagsBill Hoffman2002-11-111-10/+6
|
* BUG: fix setting of c flagsBill Hoffman2002-11-101-1/+3
|
* fix for cxxflagsBill Hoffman2002-11-091-6/+9
|
* ENH: Moved caching of C*_FLAGS* settings down to ↵Brad King2002-11-081-18/+6
| | | | CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end.
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-0/+78