mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:32:05 +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@
|
||||
|
||||
# header files
|
||||
EXPORT_HEADERS= BasicGUI_PointDlg.h
|
||||
EXPORT_HEADERS= BasicGUI_PointDlg.h \
|
||||
GEOM_BasicGUI.hxx
|
||||
|
||||
# Libraries targets
|
||||
LIB = libBasicGUI.la
|
||||
|
@ -29,8 +29,6 @@
|
||||
|
||||
#include "GEOM_BlocksGUI.hxx"
|
||||
|
||||
#include "GEOM_BasicGUI.hxx"
|
||||
|
||||
#include "GEOMBase_Skeleton.h"
|
||||
|
||||
class DlgRef_SpinBox;
|
||||
|
@ -41,7 +41,7 @@
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
#define GEOM_BASICGUI_EXPORT
|
||||
#define GEOM_BLOCKSGUI_EXPORT
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -41,7 +41,8 @@ LIB = libGEOMBase.la
|
||||
EXPORT_HEADERS= GEOMBase.h \
|
||||
GEOMBase_Skeleton.h \
|
||||
GEOMBase_Helper.h \
|
||||
GEOM_Operation.h
|
||||
GEOM_Operation.h \
|
||||
GEOM_GEOMBase.hxx
|
||||
|
||||
LIB_SRC = GEOMBase.cxx \
|
||||
GEOMBase_Skeleton.cxx \
|
||||
|
@ -47,7 +47,8 @@ EXPORT_HEADERS= GeometryGUI.h \
|
||||
GEOMGUI_OCCSelector.h \
|
||||
GEOMGUI_Selection.h \
|
||||
GeometryGUI_Swig.hxx \
|
||||
GeometryGUI_Swig.i
|
||||
GeometryGUI_Swig.i \
|
||||
GEOM_GEOMGUI.hxx
|
||||
|
||||
# Libraries targets
|
||||
LIB = libGEOM.la
|
||||
|
@ -81,7 +81,8 @@ EXPORT_HEADERS = GEOM_Object_i.hh \
|
||||
GEOM_ITransformOperations_i.hh \
|
||||
GEOM_IMeasureOperations_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
|
||||
CPPFLAGS += $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user