source: OGRE/trunk/ogrenew/PlatformManagers/Win32/src/Makefile.am @ 692

Revision 692, 1.0 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlatformManagers/Win32/include -I$(top_srcdir)/RenderSystems/GL/include -I$(top_srcdir)/OgreMain/include $(PLATFORM_CFLAGS) -DSHAREDIR=\"$(pkgdatadir)\"
2
3platformdir = $(libdir)
4platform_LTLIBRARIES = OgrePlatform.la
5
6OgrePlatform_la_SOURCES =  OgreWin32ConfigDialog.cpp\
7OgreWin32ErrorDialog.cpp \
8OgreWin32Input.cpp \
9OgreWin32Input8.cpp \
10OgreWin32PlatformDll.cpp \
11OgreWin32Timer.cpp
12
13OgrePlatform_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src
14OgrePlatform_la_LIBADD = resource.lo $(PLATFORM_LIBS) $(GL_LIBS) -lOgreMain
15
16RCFLAGS =  --use-temp-file --verbose -O COFF \
17        --include-dir=$(top_srcdir)/PlatformManagers/Win32/include \
18        --include-dir=$(top_srcdir)/PlatformManagers/Win32/misc
19
20resource.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.