Line | |
---|
1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/Samples/DeferredShading/include -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Samples/Common/include $(OIS_CFLAGS) |
---|
2 | |
---|
3 | ogreexec_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 $(OIS_LIBS) |
---|
Note: See
TracBrowser
for help on using the repository browser.