From: <axl...@us...> - 2010-06-30 01:46:09
|
Revision: 754 http://hgengine.svn.sourceforge.net/hgengine/?rev=754&view=rev Author: axlecrusher Date: 2010-06-30 01:46:02 +0000 (Wed, 30 Jun 2010) Log Message: ----------- obj2hgmdl compiles now. Tested with lampN model. Modified Paths: -------------- Mercury2/tools/obj2hgmdl/Makefile Modified: Mercury2/tools/obj2hgmdl/Makefile =================================================================== --- Mercury2/tools/obj2hgmdl/Makefile 2010-06-30 01:43:25 UTC (rev 753) +++ Mercury2/tools/obj2hgmdl/Makefile 2010-06-30 01:46:02 UTC (rev 754) @@ -1,2 +1,2 @@ all: - g++ obj2hgmdl.cpp ../../src/MQuaternion.cpp ../../src/MercuryVertex.cpp ../../src/MercuryString.cpp -I../../src -I../.. -DHGENGINE -g -o obj2hgmdl + g++ obj2hgmdl.cpp ../../src/MercuryString.cpp ../../src/MercuryMath.cpp ../../src/MercuryVertex.cpp ../../src/MercuryUtil.cpp -I../../src -I../.. -DHGENGINE -g -lpthread -o obj2hgmdl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |