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:
Robert Osfield
2005-09-28 14:05:05 +00:00
parent 97f6a82b1e
commit f26c3da074
11 changed files with 33 additions and 11 deletions

View File

@@ -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)