summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-bcc32.cmake
Commit message (Expand)AuthorAgeFilesLines
* Split Borland compiler information filesBrad King2009-10-081-128/+0
* Quote the target name for Borland tlib toolBrad King2009-08-121-1/+1
* BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly and...Brad King2008-02-271-4/+9
* ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED an...Brad King2008-02-241-1/+1
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-2/+6
* ENH: add support for preprocessed files in borlandBill Hoffman2007-10-051-0/+4
* ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...Brad King2007-03-221-6/+14
* BUG: Disable creation of import libraries for executables on Borland until it...Brad King2007-03-201-2/+2
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-2/+6
* BUG: Do not create import library for MODULEs. The TARGET_IMPLIB name is not...Brad King2007-03-031-10/+14
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_...Brad King2006-04-111-6/+2
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-181-2/+2
* ENH: remove warning suppressions for borland compiler, projects wanting this ...Bill Hoffman2006-02-151-2/+2
* ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRA...Brad King2006-02-091-0/+2
* BUG: Need to use the -c option for implib to produce case-sensitive symbols i...Brad King2005-06-291-2/+2
* 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
* ENH: Fix typos about copying exe flags to shared flags and to modules. Bug #5...Andy Cedilnik2004-01-151-4/+4
* 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
* 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
* 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 CMakeSystemSpecificInformati...Brad King2002-11-081-18/+6
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-0/+78