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

View File

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

View File

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

View File

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

View File

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

View File

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