RE: [CMake] Problem with CMAKE_SHARED_LIBRARY_SUFFIX on windows

2006-04-28 Thread Ian . Appru
To: Appru, Ian; Appru, Ian; cmake@cmake.org Subject: RE: [CMake] Problem with CMAKE_SHARED_LIBRARY_SUFFIX on windows See the SET_TARGET_PROPERTIES command. You can set the prefix or postfix on a per target basis. You should never change these variables. -Bill At 09:35 AM 4/26/2006, [EMAIL PROTEC

RE: [CMake] Problem with CMAKE_SHARED_LIBRARY_SUFFIX on windows

2006-04-26 Thread Bill Hoffman
_LINK_EXTENSIONS ".dll") > >so that there is no chance of cmake forgetting that ".dll" is still valid if I >redifine CMAKE_SHARED_LIBRARY_SUFFIX. > >- Ian > > >-- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Appru, Ian >Sen

RE: [CMake] Problem with CMAKE_SHARED_LIBRARY_SUFFIX on windows

2006-04-26 Thread Ian . Appru
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Appru, IanSent: 26 April 2006 13:14To: cmake@cmake.orgSubject: [CMake] Problem with CMAKE_SHARED_LIBRARY_SUFFIX on windows Hi I have come across a problem when using the cmake version 2.5-20060419 with the Visual Studio 7 .NET 2003 gen

[CMake] Problem with CMAKE_SHARED_LIBRARY_SUFFIX on windows

2006-04-26 Thread Ian . Appru
Title: Problem with CMAKE_SHARED_LIBRARY_SUFFIX on windows Hi I have come across a problem when using the cmake version 2.5-20060419 with the Visual Studio 7 .NET 2003 generator. When building an C++ Excel add-in ie with CMAKE_SHARED_LIBRARY_SUFFIX set to ".xll" and linking to standard d