Subversion Repositories gelsvn

Rev

Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 jab 1
override SOURCEROOT	= ../..
2
PROGRAMS 		= trimeshtest
3
OWN_LIBS 		= IMesh Graphics IMeshUtil Util CGLA
4
CXXFLAGS    = 
38 jab 5
LIBS			  = -lglui ${GLUTLIBS} ${GLLIBS} ${WIN_SYS_LIBS} -lpthread -lexpat
23 jab 6
 
7
include ${SOURCEROOT}/makefiles/application.mk