[osg-users] What is WIN32_USE_MP and WIN32_USE_DYNAMICBASE?

2014-08-29 Thread Shyguy
I am configuring OSG 3.2.1 with CMake 3.0.0I saw those keywords in cmake check value.What are these meaning?..Always thanks to who answers my humble question. 당신과 제가 다름이 세상을 풍요롭게 합니다...^^v Differences between U and me make the world

Re: [osg-users] What is WIN32_USE_MP and WIN32_USE_DYNAMICBASE?

2014-08-29 Thread Sebastian Messerschmidt
Hi Shyguy? Could you please use some human readable name? I am configuring OSG 3.2.1 with CMake 3.0.0 I saw those keywords in cmake check value. Those are compiler specific flags and don't have anything to do with OSG per se. Please use a different forum for compiler specific questions. Also

Re: [osg-users] What is WIN32_USE_MP and WIN32_USE_DYNAMICBASE?

2014-08-29 Thread Glenn Waldron
They just add the /MP and /DYNAMICBASE flags to CMAKE_CXX_FLAGS, respectively. Not sure why they are in OSG's CMake. Glenn Waldron / @glennwaldron On Fri, Aug 29, 2014 at 7:22 AM, Shyguy jj2...@nate.com wrote: I am configuring OSG 3.2.1 with CMake 3.0.0 I saw those keywords in cmake check

Re: [osg-users] What is WIN32_USE_MP and WIN32_USE_DYNAMICBASE?

2014-08-29 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/29/2014 02:51 PM, Glenn Waldron wrote: They just add the /MP and /DYNAMICBASE flags to CMAKE_CXX_FLAGS, respectively. Not sure why they are in OSG's CMake. These are Visual Studio specific flags: /MP - enables parallel compilation

Re: [osg-users] What is WIN32_USE_MP and WIN32_USE_DYNAMICBASE?

2014-08-29 Thread Glenn Waldron
Jan, I am not questioning the value of /MP. But you can easily add the /MP flag to CMAKE_CXX_FLAGS yourself. (Not to mention control it, e.g., /MP3). It's not an *OSG* setting, that's all I'm saying. Glenn Waldron / @glennwaldron On Fri, Aug 29, 2014 at 9:41 AM, Jan Ciger jan.ci...@gmail.com

Re: [osg-users] What is WIN32_USE_MP and WIN32_USE_DYNAMICBASE?

2014-08-29 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/29/2014 04:06 PM, Glenn Waldron wrote: Jan, I am not questioning the value of /MP. But you can easily add the /MP flag to CMAKE_CXX_FLAGS yourself. (Not to mention control it, e.g., /MP3). It's not an *OSG* setting, that's all I'm saying.

Re: [osg-users] What is WIN32_USE_MP and WIN32_USE_DYNAMICBASE?

2014-08-29 Thread Glenn Waldron
Jan, the first responder told him to go ask his question in a compiler forum. A question about OSG cmake variables. It's not a problem for me because I understand it. Not everyone might. Glenn Waldron / @glennwaldron On Fri, Aug 29, 2014 at 10:14 AM, Jan Ciger jan.ci...@gmail.com wrote: