summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-wcl386.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Enabled preprocessor make rules for Watcom.Brad King2007-05-161-0/+8
|
* ENH: Added target property ENABLE_EXPORTS for executable targets. It ↵Brad King2007-03-221-3/+8
| | | | enables the executables for linking by loadable modules that import symbols from the executable. This finishes the executable import library support mentioned in bug #4210.
* BUG: Do not create import library for MODULEs. This is an incremental fix ↵Brad King2007-03-101-6/+6
| | | | for bug#4210.
* ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables ↵Brad King2006-04-111-2/+2
| | | | CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
* ENH: Generate import libraries for DLLs on Cygwin and MinGW.Brad King2006-02-181-1/+1
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-0/+56