mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 07:52:03 +05:00
Fix compilation on LInux
This commit is contained in:
parent
10d3f01a1d
commit
288f498831
@ -35,7 +35,8 @@ VPATH=.:@srcdir@:@top_srcdir@/idl
|
|||||||
@COMMENCE@
|
@COMMENCE@
|
||||||
|
|
||||||
# header files
|
# header files
|
||||||
EXPORT_HEADERS= BasicGUI_PointDlg.h
|
EXPORT_HEADERS= BasicGUI_PointDlg.h \
|
||||||
|
GEOM_BasicGUI.hxx
|
||||||
|
|
||||||
# Libraries targets
|
# Libraries targets
|
||||||
LIB = libBasicGUI.la
|
LIB = libBasicGUI.la
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
#include "GEOM_BlocksGUI.hxx"
|
#include "GEOM_BlocksGUI.hxx"
|
||||||
|
|
||||||
#include "GEOM_BasicGUI.hxx"
|
|
||||||
|
|
||||||
#include "GEOMBase_Skeleton.h"
|
#include "GEOMBase_Skeleton.h"
|
||||||
|
|
||||||
class DlgRef_SpinBox;
|
class DlgRef_SpinBox;
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define GEOM_BASICGUI_EXPORT
|
#define GEOM_BLOCKSGUI_EXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -41,7 +41,8 @@ LIB = libGEOMBase.la
|
|||||||
EXPORT_HEADERS= GEOMBase.h \
|
EXPORT_HEADERS= GEOMBase.h \
|
||||||
GEOMBase_Skeleton.h \
|
GEOMBase_Skeleton.h \
|
||||||
GEOMBase_Helper.h \
|
GEOMBase_Helper.h \
|
||||||
GEOM_Operation.h
|
GEOM_Operation.h \
|
||||||
|
GEOM_GEOMBase.hxx
|
||||||
|
|
||||||
LIB_SRC = GEOMBase.cxx \
|
LIB_SRC = GEOMBase.cxx \
|
||||||
GEOMBase_Skeleton.cxx \
|
GEOMBase_Skeleton.cxx \
|
||||||
|
@ -47,7 +47,8 @@ EXPORT_HEADERS= GeometryGUI.h \
|
|||||||
GEOMGUI_OCCSelector.h \
|
GEOMGUI_OCCSelector.h \
|
||||||
GEOMGUI_Selection.h \
|
GEOMGUI_Selection.h \
|
||||||
GeometryGUI_Swig.hxx \
|
GeometryGUI_Swig.hxx \
|
||||||
GeometryGUI_Swig.i
|
GeometryGUI_Swig.i \
|
||||||
|
GEOM_GEOMGUI.hxx
|
||||||
|
|
||||||
# Libraries targets
|
# Libraries targets
|
||||||
LIB = libGEOM.la
|
LIB = libGEOM.la
|
||||||
|
@ -81,7 +81,8 @@ EXPORT_HEADERS = GEOM_Object_i.hh \
|
|||||||
GEOM_ITransformOperations_i.hh \
|
GEOM_ITransformOperations_i.hh \
|
||||||
GEOM_IMeasureOperations_i.hh \
|
GEOM_IMeasureOperations_i.hh \
|
||||||
GEOM_IGroupOperations_i.hh \
|
GEOM_IGroupOperations_i.hh \
|
||||||
GEOM_Gen_i.hh
|
GEOM_Gen_i.hh \
|
||||||
|
GEOM_GEOM_I.hxx
|
||||||
|
|
||||||
# additionnal information to compil and link file
|
# additionnal information to compil and link file
|
||||||
CPPFLAGS += $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS)
|
CPPFLAGS += $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user