summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-wcl386.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'fix-11866-add-watcom-sys-libs'David Cole2011-08-021-0/+38
|\ | | | | | | | | | | ff59716 Watcom: Use correct args for execute_process call (#11866) 80769cd Add Watcom support to InstallRequiredSystemLibraries (#11866)
| * Watcom: Use correct args for execute_process call (#11866)David Cole2011-08-011-2/+2
| | | | | | | | | | I botched an exec_program to execute_process translation on Friday. RESULT_VARIABLE is the correct argument to execute_process.
| * Add Watcom support to InstallRequiredSystemLibraries (#11866)David Cole2011-07-291-0/+38
| | | | | | | | | | | | | | Also adds code to determine the version of the Watcom compiler in use. Thanks to J Decker for the patch.
* | Watcom: Add -c flag to wlib calls (#12245)David Cole2011-07-291-2/+2
|/ | | | | | | Allows wlib to generate proper exports if two routines have the same spelling, but different case (like Scale and scale). Thanks to J Decker for the patch.
* Fix for bug 10388, fix various default flags.Bill Hoffman2010-09-021-3/+16
|
* Watcom: Use LINK_FLAGS and STATIC_LIBRARY_FLAGSBrad King2010-06-011-3/+3
| | | | Add the <LINK_FLAGS> rule variable in Watcom command lines.
* Singly-quote target names for Watcom linkerBrad King2009-11-301-4/+4
| | | | | | | The Watcom tools do their own command-line parsing and do not accept double-quotes. Instead we single-quote the target output name when invoking wlink and other Watcom tools. This fixes support for spaces in the target output directory path when it is not under the build tree.
* BUG: Fix generation of Watcom link lines.Brad King2008-01-231-0/+1
| | | | | - Work-around bug in Watcom command line parsing for spaces in paths. - Add 'library' option before libraries specified by file path.
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. ↵Brad King2008-01-141-4/+4
| | | | Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators.
* 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