Revision 692,
1.0 KB
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlatformManagers/Win32/include -I$(top_srcdir)/RenderSystems/GL/include -I$(top_srcdir)/OgreMain/include $(PLATFORM_CFLAGS) -DSHAREDIR=\"$(pkgdatadir)\" |
---|
2 | |
---|
3 | platformdir = $(libdir) |
---|
4 | platform_LTLIBRARIES = OgrePlatform.la |
---|
5 | |
---|
6 | OgrePlatform_la_SOURCES = OgreWin32ConfigDialog.cpp\ |
---|
7 | OgreWin32ErrorDialog.cpp \ |
---|
8 | OgreWin32Input.cpp \ |
---|
9 | OgreWin32Input8.cpp \ |
---|
10 | OgreWin32PlatformDll.cpp \ |
---|
11 | OgreWin32Timer.cpp |
---|
12 | |
---|
13 | OgrePlatform_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src |
---|
14 | OgrePlatform_la_LIBADD = resource.lo $(PLATFORM_LIBS) $(GL_LIBS) -lOgreMain |
---|
15 | |
---|
16 | RCFLAGS = --use-temp-file --verbose -O COFF \ |
---|
17 | --include-dir=$(top_srcdir)/PlatformManagers/Win32/include \ |
---|
18 | --include-dir=$(top_srcdir)/PlatformManagers/Win32/misc |
---|
19 | |
---|
20 | resource.lo: ../misc/OgreWin32Resources.rc |
---|
21 | $(RC) $(RCFLAGS) -o .libs/resource.o $< |
---|
22 | # Generate fake libtool object |
---|
23 | echo "# $@" > $@ |
---|
24 | echo "# Generated by OGRE, compatible with libtool" >> $@ |
---|
25 | echo "pic_object='.libs/resource.o'" >> $@ |
---|
26 | echo "non_pic_object=none" >> $@ |
---|
27 | |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.