Re: [cmake-developers] Watcom import library fails if no symbols in the DLL

2014-02-28 Thread Brad King
On 02/27/2014 03:39 PM, J Decker wrote: > the correct way is to build the import library during the > wlink step using 'option implib[=libname]' Wonderful, thanks! Watcom: Fix creation of DLLs without any exported symbols http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=00503d38 -Brad --

[cmake-developers] Watcom import library fails if no symbols in the DLL

2014-02-27 Thread J Decker
I was recently communicating with openwatcom matinainers; which just released a version 2.0 fork on sourceforge... but the issue was basically... if I have a shared library with no exports, it fails to build. I used to use a method...(and this is how cmake does it) wlink (...) # build library wl