[CMake] Watcom Support

Bill Hoffman bill.hoffman at kitware.com
Sat Mar 6 09:21:04 EST 2010


J Decker wrote:
> I see the reference to setting verbose there, but I don't know what
> else I would edit there. ... enabling the verbosity early doesn't
> help.
> 
> 
> CMAKE>Linking C shared library sack_bag.dll
> 
> /* how do I get this command? what follows is the output from wlink,
> but no command line ... same thing when I enable RC compiler, I don't
> get to see the command line...*/
> 
> Open Watcom Linker Version 1.8
> Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
> Source code is available under the Sybase Open Watcom Public License.
> See http://www.openwatcom.org/ for details.
> loading object files
> searching libraries
> creating a Windows NT dynamic link library
> CMAKE>[ 89%] Built target sack_bag
> 

If you edit that spot, and do make VERBOSE=1 then you should see what 
you want.

-Bill


More information about the CMake mailing list