Revision 692,
529 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/DeferredShading/include -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Samples/Common/include |
---|
| 2 | |
---|
| 3 | noinst_PROGRAMS = DeferredShading |
---|
| 4 | DeferredShading_SOURCES = DeferredShading.cpp \ |
---|
| 5 | DeferredShadingDemo.cpp \ |
---|
| 6 | LightMaterialGenerator.cpp \ |
---|
| 7 | MaterialGenerator.cpp \ |
---|
| 8 | MLight.cpp |
---|
| 9 | |
---|
| 10 | DeferredShading_LDFLAGS = -L$(top_builddir)/OgreMain/src |
---|
| 11 | DeferredShading_LDADD = -lOgreMain |
---|
| 12 | |
---|
| 13 | install-exec-local: |
---|
| 14 | $(INSTALL_PROGRAM) .libs/DeferredShading $(top_builddir)/Samples/Common/bin/DeferredShading |
---|
Note: See
TracBrowser
for help on using the repository browser.