Updates to Makefile to reflect recent .cpp additions such as TextureCubeMap,
MemoryManager etc.
This commit is contained in:
parent
aa0e398cf7
commit
1b73f9579e
@ -8,35 +8,36 @@ CXXFILES =\
|
|||||||
BoundingBox.cpp\
|
BoundingBox.cpp\
|
||||||
BoundingSphere.cpp\
|
BoundingSphere.cpp\
|
||||||
Camera.cpp\
|
Camera.cpp\
|
||||||
ClipPlane.cpp \
|
ClipPlane.cpp\
|
||||||
ColorMask.cpp \
|
ColorMask.cpp\
|
||||||
ColorMatrix.cpp \
|
ColorMatrix.cpp\
|
||||||
CopyOp.cpp \
|
CopyOp.cpp\
|
||||||
CullFace.cpp\
|
CullFace.cpp\
|
||||||
Depth.cpp \
|
Depth.cpp\
|
||||||
DisplaySettings.cpp\
|
DisplaySettings.cpp\
|
||||||
Drawable.cpp\
|
Drawable.cpp\
|
||||||
EarthSky.cpp\
|
EarthSky.cpp\
|
||||||
Fog.cpp\
|
Fog.cpp\
|
||||||
FrameStamp.cpp\
|
FrameStamp.cpp\
|
||||||
FrontFace.cpp\
|
FrontFace.cpp\
|
||||||
Geode.cpp\
|
GLExtensions.cpp\
|
||||||
GeoSet.cpp\
|
GeoSet.cpp\
|
||||||
GeoSet_ogl.cpp\
|
GeoSet_ogl.cpp\
|
||||||
GLExtensions.cpp\
|
Geode.cpp\
|
||||||
Group.cpp\
|
Group.cpp\
|
||||||
Image.cpp\
|
Image.cpp\
|
||||||
Impostor.cpp\
|
Impostor.cpp\
|
||||||
ImpostorSprite.cpp\
|
ImpostorSprite.cpp\
|
||||||
|
LOD.cpp\
|
||||||
Light.cpp\
|
Light.cpp\
|
||||||
LightModel.cpp\
|
LightModel.cpp\
|
||||||
LightSource.cpp\
|
LightSource.cpp\
|
||||||
LineSegment.cpp\
|
LineSegment.cpp\
|
||||||
LineStipple.cpp\
|
LineStipple.cpp\
|
||||||
LineWidth.cpp\
|
LineWidth.cpp\
|
||||||
LOD.cpp\
|
|
||||||
Material.cpp\
|
Material.cpp\
|
||||||
Matrix.cpp\
|
Matrix.cpp\
|
||||||
|
MemoryManager.cpp\
|
||||||
Node.cpp\
|
Node.cpp\
|
||||||
NodeCallback.cpp\
|
NodeCallback.cpp\
|
||||||
NodeVisitor.cpp\
|
NodeVisitor.cpp\
|
||||||
@ -46,23 +47,24 @@ CXXFILES =\
|
|||||||
PolygonMode.cpp\
|
PolygonMode.cpp\
|
||||||
PolygonOffset.cpp\
|
PolygonOffset.cpp\
|
||||||
PositionAttitudeTransform.cpp\
|
PositionAttitudeTransform.cpp\
|
||||||
|
Projection.cpp\
|
||||||
Quat.cpp\
|
Quat.cpp\
|
||||||
ShadeModel.cpp\
|
ShadeModel.cpp\
|
||||||
State.cpp\
|
State.cpp\
|
||||||
StateSet.cpp\
|
StateSet.cpp\
|
||||||
Stencil.cpp \
|
Stencil.cpp\
|
||||||
Switch.cpp\
|
Switch.cpp\
|
||||||
TexEnv.cpp\
|
TexEnv.cpp\
|
||||||
TexGen.cpp\
|
TexGen.cpp\
|
||||||
TexMat.cpp\
|
TexMat.cpp\
|
||||||
Texture.cpp\
|
Texture.cpp\
|
||||||
|
TextureCubeMap.cpp\
|
||||||
Timer.cpp\
|
Timer.cpp\
|
||||||
Transform.cpp\
|
Transform.cpp\
|
||||||
Transparency.cpp\
|
Transparency.cpp\
|
||||||
Version.cpp\
|
Version.cpp\
|
||||||
Viewport.cpp\
|
Viewport.cpp\
|
||||||
|
|
||||||
|
|
||||||
DEF += -DSG_LIBRARY
|
DEF += -DSG_LIBRARY
|
||||||
|
|
||||||
LIBS += $(GL_LIBS) $(OTHER_LIBS)
|
LIBS += $(GL_LIBS) $(OTHER_LIBS)
|
||||||
|
@ -5,16 +5,16 @@ include $(TOPDIR)/Make/makedefs
|
|||||||
CXXFILES = \
|
CXXFILES = \
|
||||||
AppVisitor.cpp\
|
AppVisitor.cpp\
|
||||||
CameraManipulator.cpp\
|
CameraManipulator.cpp\
|
||||||
CullVisitor.cpp\
|
|
||||||
NewCullVisitor.cpp\
|
|
||||||
CullViewState.cpp\
|
CullViewState.cpp\
|
||||||
|
CullVisitor.cpp\
|
||||||
|
DepthSortedBin.cpp\
|
||||||
DisplayListVisitor.cpp\
|
DisplayListVisitor.cpp\
|
||||||
DisplayRequirementsVisitor.cpp\
|
DisplayRequirementsVisitor.cpp\
|
||||||
DepthSortedBin.cpp\
|
|
||||||
DriveManipulator.cpp\
|
DriveManipulator.cpp\
|
||||||
FlightManipulator.cpp\
|
FlightManipulator.cpp\
|
||||||
IntersectVisitor.cpp\
|
|
||||||
InsertImpostorsVisitor.cpp\
|
InsertImpostorsVisitor.cpp\
|
||||||
|
IntersectVisitor.cpp\
|
||||||
|
NewCullVisitor.cpp\
|
||||||
NvTriStripObjects.cpp\
|
NvTriStripObjects.cpp\
|
||||||
Optimizer.cpp\
|
Optimizer.cpp\
|
||||||
RenderBin.cpp\
|
RenderBin.cpp\
|
||||||
|
Loading…
Reference in New Issue
Block a user