Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-09-09 20:40:36 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-09-09 20:40:36 +0400
commit383956574d6cf406fe6463defa55a73d61c5aecf (patch)
tree27a7ad318eab0a492e9b6650588a4d1f6694abb4 /source/blender/freestyle/intern/system
parent52c6ccf5f5dc7e6943e7291c781d9113e3b462e7 (diff)
soc-2008-mxcurioni: replaced extgl calls with glew, to test whether glBlendEquation is present. Removal of app/ folder
Diffstat (limited to 'source/blender/freestyle/intern/system')
-rwxr-xr-xsource/blender/freestyle/intern/system/FreestyleConfig.h60
1 files changed, 0 insertions, 60 deletions
diff --git a/source/blender/freestyle/intern/system/FreestyleConfig.h b/source/blender/freestyle/intern/system/FreestyleConfig.h
index 45bd00a402e..385f86e7d23 100755
--- a/source/blender/freestyle/intern/system/FreestyleConfig.h
+++ b/source/blender/freestyle/intern/system/FreestyleConfig.h
@@ -51,64 +51,6 @@ namespace Config {
static const string PATH_SEP(":");
# endif // WIN32
- // DLL import/export macros for Win32
-
-# ifdef WIN32
-# ifdef MAKE_LIB_SYSTEM_DLL
-# define LIB_SYSTEM_EXPORT __declspec(dllexport)
-# else
-# define LIB_SYSTEM_EXPORT __declspec(dllimport)
-# endif // MAKE_LIB_SYSTEM_DLL
-
-# ifdef MAKE_LIB_IMAGE_DLL
-# define LIB_IMAGE_EXPORT __declspec(dllexport)
-# else
-# define LIB_IMAGE_EXPORT __declspec(dllimport)
-# endif // MAKE_LIB_IMAGE_DLL
-
-# ifdef MAKE_LIB_GEOMETRY_DLL
-# define LIB_GEOMETRY_EXPORT __declspec(dllexport)
-# else
-# define LIB_GEOMETRY_EXPORT __declspec(dllimport)
-# endif // MAKE_LIB_GEOMETRY_DLL
-
-# ifdef MAKE_LIB_SCENE_GRAPH_DLL
-# define LIB_SCENE_GRAPH_EXPORT __declspec(dllexport)
-# else
-# define LIB_SCENE_GRAPH_EXPORT __declspec(dllimport)
-# endif // MAKE_LIB_SCENE_GRAPH_DLL
-
-# ifdef MAKE_LIB_WINGED_EDGE_DLL
-# define LIB_WINGED_EDGE_EXPORT __declspec(dllexport)
-# else
-# define LIB_WINGED_EDGE_EXPORT __declspec(dllimport)
-# endif // MAKE_LIB_WINGED_EDGE_DLL
-
-# ifdef MAKE_LIB_VIEW_MAP_DLL
-# define LIB_VIEW_MAP_EXPORT __declspec(dllexport)
-# else
-# define LIB_VIEW_MAP_EXPORT __declspec(dllimport)
-# endif // MAKE_LIB_VIEW_MAP_DLL
-
-# ifdef MAKE_LIB_STROKE_DLL
-# define LIB_STROKE_EXPORT __declspec(dllexport)
-# else
-# define LIB_STROKE_EXPORT __declspec(dllimport)
-# endif // MAKE_LIB_STROKE_DLL
-
-# ifdef MAKE_LIB_RENDERING_DLL
-# define LIB_RENDERING_EXPORT __declspec(dllexport)
-# else
-# define LIB_RENDERING_EXPORT __declspec(dllimport)
-# endif // MAKE_LIB_RENDERING_DLL
-
-# ifdef MAKE_LIB_WRAPPER_DLL
-# define LIB_WRAPPER_EXPORT __declspec(dllexport)
-# else
-# define LIB_WRAPPER_EXPORT __declspec(dllimport)
-# endif // MAKE_LIB_WRAPPER_DLL
-
-# else
# ifndef LIB_SYSTEM_EXPORT
# define LIB_SYSTEM_EXPORT
# endif // LIB_SYSTEM_EXPORT
@@ -145,8 +87,6 @@ namespace Config {
# define LIB_WRAPPER_EXPORT
# endif // LIB_WRAPPER_EXPORT
-# endif // WIN32
-
} // end of namespace Config
#endif // CONFIG_H