mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 02:10:36 +05:00
Complete merge of STLEXport from V3_2_0_maintainance.
This commit is contained in:
parent
563109f411
commit
27ffc48969
@ -407,6 +407,7 @@ AC_OUTPUT([ \
|
|||||||
./src/SKETCHER/Makefile \
|
./src/SKETCHER/Makefile \
|
||||||
./src/STEPExport/Makefile \
|
./src/STEPExport/Makefile \
|
||||||
./src/STEPImport/Makefile \
|
./src/STEPImport/Makefile \
|
||||||
|
./src/STLExport/Makefile \
|
||||||
./src/ShHealOper/Makefile \
|
./src/ShHealOper/Makefile \
|
||||||
./src/TransformationGUI/Makefile \
|
./src/TransformationGUI/Makefile \
|
||||||
./resources/Makefile \
|
./resources/Makefile \
|
||||||
|
@ -17,12 +17,12 @@ STEP.Import: libSTEPImport
|
|||||||
STEP.Export: libSTEPExport
|
STEP.Export: libSTEPExport
|
||||||
STEP.Pattern: STEP Files ( *.step *.stp )
|
STEP.Pattern: STEP Files ( *.step *.stp )
|
||||||
|
|
||||||
STL_Bin.Export: libSTLExport.so
|
STL_Bin.Export: libSTLExport
|
||||||
STL_Bin.Pattern: STL Binary Files ( *.stl )
|
STL_Bin.Pattern: STL Binary Files ( *.stl )
|
||||||
|
|
||||||
STL_ASCII.Export: libSTLExport.so
|
STL_ASCII.Export: libSTLExport
|
||||||
STL_ASCII.Pattern: STL ASCII Files ( *.stl )
|
STL_ASCII.Pattern: STL ASCII Files ( *.stl )
|
||||||
|
|
||||||
ACIS.Import: libACISImport.so
|
ACIS.Import: libACISImport
|
||||||
ACIS.Export: libACISExport.so
|
ACIS.Export: libACISExport
|
||||||
ACIS.Pattern: ACIS Files ( *.sat )
|
ACIS.Pattern: ACIS Files ( *.sat )
|
@ -25,4 +25,4 @@
|
|||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
# $Header$
|
# $Header$
|
||||||
|
|
||||||
SUBDIRS = OBJECT ARCHIMEDE NMTDS NMTTools NMTAlgo GEOMAlgo SKETCHER GEOM BREPExport BREPImport IGESExport IGESImport STEPExport STEPImport ShHealOper GEOMImpl GEOM_I GEOMClient DlgRef GEOMFiltersSelection GEOMGUI GEOMBase GEOMToolsGUI DisplayGUI BasicGUI PrimitiveGUI GenerationGUI EntityGUI BuildGUI BooleanGUI TransformationGUI OperationGUI RepairGUI MeasureGUI GroupGUI BlocksGUI GEOM_I_Superv GEOM_SWIG
|
SUBDIRS = OBJECT ARCHIMEDE NMTDS NMTTools NMTAlgo GEOMAlgo SKETCHER GEOM BREPExport BREPImport IGESExport IGESImport STEPExport STEPImport STLExport ShHealOper GEOMImpl GEOM_I GEOMClient DlgRef GEOMFiltersSelection GEOMGUI GEOMBase GEOMToolsGUI DisplayGUI BasicGUI PrimitiveGUI GenerationGUI EntityGUI BuildGUI BooleanGUI TransformationGUI OperationGUI RepairGUI MeasureGUI GroupGUI BlocksGUI GEOM_I_Superv GEOM_SWIG
|
||||||
|
Loading…
Reference in New Issue
Block a user