+ rename file to avoid build errors (with a Linux guest building on a Windows host)
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5124 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
62e8357b5d
commit
b297f4b9a0
|
@ -97,8 +97,8 @@ SET(Features_SRCS
|
|||
FeatureMirroring.h
|
||||
FeatureRevolution.cpp
|
||||
FeatureRevolution.h
|
||||
Features.cpp
|
||||
Features.h
|
||||
PartFeatures.cpp
|
||||
PartFeatures.h
|
||||
PartFeature.cpp
|
||||
PartFeature.h
|
||||
PartFeatureReference.cpp
|
||||
|
|
|
@ -123,7 +123,7 @@ libPart_la_SOURCES=\
|
|||
FeatureGeometrySet.cpp \
|
||||
FeatureRevolution.cpp \
|
||||
FeatureMirroring.cpp \
|
||||
Features.cpp \
|
||||
PartFeatures.cpp \
|
||||
Geometry.cpp \
|
||||
ImportIges.cpp \
|
||||
ImportStep.cpp \
|
||||
|
@ -175,7 +175,7 @@ include_HEADERS=\
|
|||
FeatureGeometrySet.h \
|
||||
FeatureRevolution.h \
|
||||
FeatureMirroring.h \
|
||||
Features.h \
|
||||
PartFeatures.h \
|
||||
Geometry.h \
|
||||
ImportIges.h \
|
||||
ImportStep.h \
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
#include "Features.h"
|
||||
#include "PartFeatures.h"
|
||||
|
||||
|
||||
using namespace Part;
|
Loading…
Reference in New Issue
Block a user