From: <cn...@us...> - 2009-04-24 02:03:30
|
Revision: 215 http://hgengine.svn.sourceforge.net/hgengine/?rev=215&view=rev Author: cnlohr Date: 2009-04-24 02:03:21 +0000 (Fri, 24 Apr 2009) Log Message: ----------- oops forgot to commit Modified Paths: -------------- Mercury2/adv_set.c Mercury2/base_set.sh Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2009-04-18 13:44:00 UTC (rev 214) +++ Mercury2/adv_set.c 2009-04-24 02:03:21 UTC (rev 215) @@ -10,7 +10,7 @@ src/MercuryVBO.cpp src/MSemaphore.cpp src/UpdateThreader.cpp src/HGMDLMesh.cpp \ src/HGMDLModel.cpp src/MercuryString.cpp src/MercuryCrash.c src/MercuryBacktrace.c \ src/MercuryFile.cpp src/MercuryTimer.cpp src/MercuryMessageManager.cpp src/MercuryVertex.cpp \ - src/MercuryPlane.cpp src/BoundingBox.cpp src/Shader.cpp src/RenderGraph.cpp" + src/MercuryPlane.cpp src/BoundingBox.cpp src/Shader.cpp src/RenderGraph.cpp src/Frustum.cpp" SOURCES="$SOURCES src/MercuryFileDriverDirect.cpp src/MercuryFileDriverMem.cpp \ src/MercuryFileDriverPacked.cpp src/MercuryFileDriverZipped.cpp" Modified: Mercury2/base_set.sh =================================================================== --- Mercury2/base_set.sh 2009-04-18 13:44:00 UTC (rev 214) +++ Mercury2/base_set.sh 2009-04-24 02:03:21 UTC (rev 215) @@ -63,10 +63,10 @@ if test $OPT_OGL = 1; then NEED_H="GL/gl.h" - NEED_L="$NEED_L GL" + NEED_L="$NEED_L GL GLU" fi -if test $OPT_ss = 1; then +if test $OPT_sse = 1; then DEFINES="$DEFINES USE_SSE" fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |