Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ReferenceApplication/BspCollision/src/Makefile.am @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 475 bytes
Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/../OgreMain/include -I$(top_srcdir)/Common/include -I$(top_srcdir)/ReferenceAppLayer/include
2
3noinst_PROGRAMS = BspCollision
4
5BspCollision_SOURCES = BspCollision.cpp
6BspCollision_LDFLAGS = -L$(top_builddir)/../OgreMain/src -L$(top_builddir)/ReferenceAppLayer/src
7BspCollision_LDADD = -lOgreMain -lOgreReferenceAppLayer
8
9install-exec-local:
10        $(INSTALL_PROGRAM) .libs/BspCollision $(top_builddir)/../Samples/Common/bin/BspCollision
Note: See TracBrowser for help on using the repository browser.