Updated makefile to support irrlicht (should have been part of commit
r3210). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3214 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
963d3ec941
commit
ebb7c0b4e8
@ -308,7 +308,7 @@ libstatic_ssg_a_CXXFLAGS = $(NOREGMOVE)
|
||||
# Link in the specific gcc 4.1 bug work around
|
||||
supertuxkart_LDADD = libstatic_ssg.a \
|
||||
-lplibjs -lplibsl -lplibssg -lplibpu -lplibfnt -lplibsg \
|
||||
-lplibul -lplibssgaux $(bullet_LIBS) $(enet_LIBS) $(glut_LIBS) \
|
||||
-lplibul -lplibssgaux $(irrlicht_LIBS) $(bullet_LIBS) $(enet_LIBS) $(glut_LIBS) \
|
||||
$(opengl_LIBS) $(sdl_LIBS) $(openal_LIBS) $(oggvorbis_LIBS) \
|
||||
$(INTLLIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user