Revision 692,
562 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Rev | Line | |
---|
[692] | 1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/Samples/OceanDemo/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 = OceanDemo |
---|
| 4 | |
---|
| 5 | OceanDemo_SOURCES = MaterialControls.cpp OceanDemo.cpp |
---|
| 6 | OceanDemo_LDFLAGS = -L$(top_builddir)/OgreMain/src -L$(top_builddir)/Samples/Common/CEGUIRenderer/src |
---|
| 7 | OceanDemo_LDADD = -lOgreMain @CEGUI_LIBS@ -lCEGUIOgreRenderer |
---|
| 8 | |
---|
| 9 | install-exec-local: |
---|
| 10 | $(INSTALL_PROGRAM) .libs/OceanDemo $(top_builddir)/Samples/Common/bin/OceanDemo |
---|
Note: See
TracBrowser
for help on using the repository browser.