Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-03-05 Thread Brad King
On 02/28/2014 02:38 PM, Jiri Malak wrote: FYI, you can run the test suite with the Open Watcom compiler by configuring to build with another compiler but setting CMAKE_TEST_GENERATOR and CMAKE_TEST_MAKEPROGRAM to be Watcom WMake and c:/path/to/wmake.exe, respectively. Then after building,

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread Brad King
On 02/28/2014 12:57 PM, Jiri Malak wrote: I would like contribute to CMake for Open Watcom Toolchain. Thanks! I've integrated the first change for testing here: Watcom: Fix static library name quoting for wlib http://cmake.org/gitweb?p=cmake.git;a=commitdiff;hb=5c5be193 with one tweak:

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread Jiri Malak
Thanks! I've integrated the first change for testing here: Watcom: Fix static library name quoting for wlib http://cmake.org/gitweb?p=cmake.git;a=commitdiff;hb=5c5be193 with one tweak: -set(CMAKE_CXX_CREATE_STATIC_LIBRARY wlib ${CMAKE_LIB_QUIET} -c -n -b 'TARGET_UNQUOTED'

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread Brad King
On 02/28/2014 02:38 PM, Jiri Malak wrote: The LINK_FLAGS placeholder is still needed. It gets the STATIC_LIBRARY_FLAGS: It is confusing to mix Librarian flags with Linker flags. The LINK_FLAGS placeholder is just an implementation detail whose name does not matter. For actual linker calls it

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread J Decker
That continues to be broken for what we talked about in the newsgroup; The wlib should be removed *???* On Fri, Feb 28, 2014 at 9:57 AM, Jiri Malak malak.j...@gmail.com wrote: Hi, I would like contribute to CMake for Open Watcom Toolchain. Now only WIN32 host and target is supported. I

Re: [cmake-developers] Cmake contribution for Open Watcom (patch)

2014-02-28 Thread J Decker
THere is 'toolchain' support sort-of in cmake, for selecting targets Something else that cmake building is lacking is a working RC compiler default... SET( CMAKE_RC_COMPILER rc ) # I dunno; something about floating point, not sure if it's required it's from long ago... probably because I