Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/PlugIns/CgProgramManager/src/Makefile.am @ 3

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

=update

File size: 536 bytes
Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/CgProgramManager/include -I$(top_srcdir)/OgreMain/include
2
3pkglib_LTLIBRARIES = Plugin_CgProgramManager.la
4
5Plugin_CgProgramManager_la_SOURCES = OgreCgProgram.cpp \
6                                                         OgreCgPlugin.cpp \
7                             OgreCgProgramFactory.cpp \
8                             OgreCgProgramManagerDll.cpp
9
10Plugin_CgProgramManager_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs
11Plugin_CgProgramManager_la_LIBADD = -lOgreMain -lCg $(OGRE_THREAD_LIBS)
Note: See TracBrowser for help on using the repository browser.