Surface: include header with export macros

This commit is contained in:
wmayer
2022-03-24 20:41:34 +01:00
parent eb29be99c2
commit 10e65e9141
8 changed files with 6 additions and 24 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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