[bt-devel] Windows (again)

Matthew Talbert ransom1982 at gmail.com
Sun Mar 1 14:56:43 MST 2009


On Sun, Mar 1, 2009 at 4:40 PM, Eeli Kaikkonen
<eekaikko at mail.student.oulu.fi> wrote:
> Matthew Talbert wrote:
>>>
>>> It may be caused by a wrong condition variable. I can't check what
>>> variables
>>> your system sets. You can look at it in the cmake man page and change it
>>> yourself if you want to. In particular, I didn't use WIN32 because this
>>> issue depends on the compiler, not OS.
>>
>> WIN32 is defined by MSVC as well as MinGW. I do not know about Cygwin,
>> but if MSVC and MinGW are your targets, there's no problem using
>> WIN32.
>>
>
> It shouldn't use WIN32 because it depends on MSVC only, not MinGW. MinGW
> uses gcc options, MSVC doesn't. It's the MSVC variable which I can't test
> because I don't have Visual Studio. At the moment we use only VS so we could
> use WIN32 variable, but I want to do it right so that we don't need to
> change it later.
>

Ah, you need _MSC_VER



More information about the bt-devel mailing list