Revision 692,
589 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/Samples/FacialAnimation/include -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Samples/Common/CEGUIRenderer/include -I$(top_srcdir)/Samples/Common/include @CEGUI_CFLAGS@ |
---|
2 | |
---|
3 | noinst_PROGRAMS = FacialAnimation |
---|
4 | |
---|
5 | FacialAnimation_SOURCES = FacialAnimation.cpp |
---|
6 | FacialAnimation_LDFLAGS = -L$(top_builddir)/OgreMain/src -L$(top_builddir)/Samples/Common/CEGUIRenderer/src |
---|
7 | FacialAnimation_LDADD = -lOgreMain @CEGUI_LIBS@ -lCEGUIOgreRenderer |
---|
8 | |
---|
9 | install-exec-local: |
---|
10 | $(INSTALL_PROGRAM) .libs/FacialAnimation $(top_builddir)/Samples/Common/bin/FacialAnimation |
---|
Note: See
TracBrowser
for help on using the repository browser.