in reply to Re^5: (solved) Clean smoke-test install for Inline based modules using Inline::MakeMaker
in thread Clean smoke-test install for Inline based modules using Inline::MakeMaker
I suspect that this might do the trick:
_MSC_VER Reports the major and minor versions of the compiler. For example, 1310 for Microsoft Visual C++ .NET 2003. 1310 represents +version 13 and a 1.0 point release. The Visual C++ 2005 compiler version is 1400. In Visual Studio 2008, _MSC_VER is defined as 1500. The Visual Studio 2010, _MSC_VER is defined as 1600.
Anything less than 1300 and you add the '.h', otherwise leave it off.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: (solved) Clean smoke-test install for Inline based modules using Inline::MakeMaker
by davido (Cardinal) on Dec 15, 2011 at 21:19 UTC |