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:
@@ -25,7 +25,9 @@
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__)
|
||||
# ifdef OSGSIM_LIBRARY
|
||||
# if defined( _LIB ) || defined( USE_STATIC )
|
||||
# define OSGSIM_EXPORT
|
||||
# elif defined( OSGSIM_LIBRARY )
|
||||
# define OSGSIM_EXPORT __declspec(dllexport)
|
||||
# else
|
||||
# define OSGSIM_EXPORT __declspec(dllimport)
|
||||
|
||||
Reference in New Issue
Block a user