File: OGRE.pc.in

package info (click to toggle)
ogre 1.4.9.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 33,584 kB
  • ctags: 33,915
  • sloc: cpp: 202,331; sh: 8,799; python: 5,784; lex: 3,684; yacc: 1,589; makefile: 1,371; pascal: 877; ansic: 57; sed: 46; objc: 14
file content (11 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
plugindir=@libdir@/@PACKAGE@

Name: OGRE
Description: Object-Oriented Graphics Rendering Engine
Version: @VERSION@
Libs: -L${libdir} -lOgreMain @OGRE_THREAD_LIBS@
Cflags: -I${includedir} -I${includedir}/@PACKAGE@ @OGRE_CFLAGS@