Changeset 28

Show
Ignore:
Timestamp:
03/25/07 21:11:29 (2 years ago)
Author:
astraw
Message:

don't build osg/CameraNode.cpp on OSG < 1.0, which doesn't have osg/CameraNode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pyosg/osg/CameraNode.cpp

    r3 r28  
    99// This software is provided "as is" without express or implied warranty, 
    1010// and with no claim as to its suitability for any purpose. 
    11  
     11#if (OSG_VERSION_MAJOR>=1) 
    1212#include <boost/python/module.hpp> 
    1313#include <boost/python/def.hpp> 
     
    198198} 
    199199 
     200#endif // (OSG_VERSION_MAJOR>=1)