From Chris Hanson, "The following files are drop-in replacements for the include/*/Export files to permit
building statically linked osg libraries under Win32."
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
|
||||
|
||||
#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__)
|
||||
# ifdef OSGPARTICLE_LIBRARY
|
||||
# if defined( _LIB ) || defined( USE_STATIC )
|
||||
# define OSGPARTICLE_EXPORT
|
||||
# elif defined( OSGPARTICLE_LIBRARY )
|
||||
# define OSGPARTICLE_EXPORT __declspec(dllexport)
|
||||
# else
|
||||
# define OSGPARTICLE_EXPORT __declspec(dllimport)
|
||||
|
||||
Reference in New Issue
Block a user