Fix compilation on LInux

This commit is contained in:
abd 2006-08-10 07:13:22 +00:00
parent 10d3f01a1d
commit 288f498831
6 changed files with 9 additions and 7 deletions

View File

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

View File

@ -29,8 +29,6 @@
#include "GEOM_BlocksGUI.hxx"
#include "GEOM_BasicGUI.hxx"
#include "GEOMBase_Skeleton.h"
class DlgRef_SpinBox;

View File

@ -41,7 +41,7 @@
#endif
#endif
#else
#define GEOM_BASICGUI_EXPORT
#define GEOM_BLOCKSGUI_EXPORT
#endif
#endif

View File

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

View File

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

View File

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