source:
downloads/ogre/OGRE.pc.in
@
13
Last change on this file since 13 was 11, checked in by landauf, 17 years ago | |
---|---|
File size: 309 bytes |
Rev | Line | |
---|---|---|
[5] | 1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ | |
3 | libdir=@libdir@ | |
4 | includedir=@includedir@ | |
5 | plugindir=@libdir@/@PACKAGE@ | |
6 | ||
7 | Name: OGRE | |
8 | Description: Object-Oriented Graphics Rendering Engine | |
9 | Version: @VERSION@ | |
10 | Libs: -L${libdir} -lOgreMain @OGRE_THREAD_LIBS@ | |
11 | Cflags: -I${includedir} -I${includedir}/@PACKAGE@ @OGRE_CFLAGS@ |
Note: See TracBrowser
for help on using the repository browser.