Last change
on this file since 21 was
21,
checked in by nicolasc, 17 years ago
|
added ogreode and Colladaplugin
|
File size:
862 bytes
|
Rev | Line | |
---|
[21] | 1 | noinst_PROGRAMS = SimpleScenes |
---|
| 2 | |
---|
| 3 | SimpleScenes_CXXFLAGS = \ |
---|
| 4 | ${OGRE_CFLAGS} \ |
---|
| 5 | ${ois_CFLAGS} \ |
---|
| 6 | -I${SAMPLES_CFLAGS} \ |
---|
| 7 | -I../include \ |
---|
| 8 | -I$(top_srcdir)/include \ |
---|
| 9 | -I$(top_srcdir)/prefab/include \ |
---|
| 10 | -I$(top_srcdir)/tinyxml \ |
---|
| 11 | -I$(top_srcdir)/loader/include |
---|
| 12 | # -I$(top_srcdir)/$(top_srcdir)renew/Samples/Common/include |
---|
| 13 | |
---|
| 14 | SimpleScenes_LDFLAGS = \ |
---|
| 15 | -L$(top_srcdir)/src \ |
---|
| 16 | -L$(top_srcdir)/prefab/src \ |
---|
| 17 | -L$(top_srcdir)/loader/src |
---|
| 18 | |
---|
| 19 | SimpleScenes_LDADD = \ |
---|
| 20 | $(OGRE_LIBS) \ |
---|
| 21 | ${ois_LIBS} \ |
---|
| 22 | -lOgreOde_Core \ |
---|
| 23 | -lOgreOde_Prefab \ |
---|
| 24 | -lOgreOde_Loader |
---|
| 25 | |
---|
| 26 | SimpleScenes_SOURCES = \ |
---|
| 27 | SimpleScenesApplication.cpp \ |
---|
| 28 | SimpleScenes.cpp \ |
---|
| 29 | $(top_srcdir)/tinyxml/tinystr.cpp \ |
---|
| 30 | $(top_srcdir)/tinyxml/tinyxml.cpp \ |
---|
| 31 | $(top_srcdir)/tinyxml/tinyxmlerror.cpp \ |
---|
| 32 | $(top_srcdir)/tinyxml/tinyxmlparser.cpp |
---|
| 33 | |
---|
| 34 | |
---|
| 35 | install-exec-local: |
---|
| 36 | $(INSTALL_PROGRAM) .libs/SimpleScenes $(SAMPLES)/Common/bin/SimpleScenes |
---|
| 37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.