Surface: include header with export macros
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <Mod/Part/App/PartFeature.h>
|
||||
#include <Mod/Surface/SurfaceGlobal.h>
|
||||
|
||||
namespace Surface
|
||||
{
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <Mod/Part/App/FeaturePartSpline.h>
|
||||
#include <Mod/Surface/SurfaceGlobal.h>
|
||||
|
||||
namespace Surface
|
||||
{
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <Mod/Part/App/FeaturePartSpline.h>
|
||||
#include <Mod/Surface/SurfaceGlobal.h>
|
||||
|
||||
class BRepFill_Filling;
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <Mod/Part/App/FeaturePartSpline.h>
|
||||
#include <Mod/Surface/SurfaceGlobal.h>
|
||||
|
||||
namespace Surface
|
||||
{
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <Mod/Part/App/FeaturePartSpline.h>
|
||||
#include <Mod/Surface/SurfaceGlobal.h>
|
||||
|
||||
namespace Surface
|
||||
{
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <App/PropertyUnits.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <Mod/Part/App/PartFeature.h>
|
||||
#include <Mod/Surface/SurfaceGlobal.h>
|
||||
|
||||
namespace Surface
|
||||
{
|
||||
|
||||
@@ -21,22 +21,11 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
//#ifndef APP_PRECOMPILED_H
|
||||
//#define APP_PRECOMPILED_H
|
||||
#ifndef PRECOMPILED_H
|
||||
#define PRECOMPILED_H
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
// Exporting of App classes
|
||||
#ifdef FC_OS_WIN32
|
||||
# define SurfaceExport __declspec(dllexport)
|
||||
# define PartExport __declspec(dllimport)
|
||||
#else // for Linux
|
||||
# define SurfaceExport
|
||||
# define PartExport
|
||||
#endif
|
||||
|
||||
#ifdef _PreComp_
|
||||
|
||||
// standard
|
||||
|
||||
@@ -26,19 +26,6 @@
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
// Importing of App classes
|
||||
#ifdef FC_OS_WIN32
|
||||
# define PartExport __declspec(dllimport)
|
||||
# define PartGuiExport __declspec(dllimport)
|
||||
# define SurfaceExport __declspec(dllimport)
|
||||
# define SurfaceGuiExport __declspec(dllexport)
|
||||
#else // for Linux
|
||||
# define PartExport
|
||||
# define PartGuiExport
|
||||
# define SurfaceExport
|
||||
# define SurfaceGuiExport
|
||||
#endif
|
||||
|
||||
#ifdef _PreComp_
|
||||
|
||||
// standard
|
||||
|
||||
Reference in New Issue
Block a user