Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/audio/lib/pkgconfig/openal.pc @ 328

Last change on this file since 328 was 318, checked in by nicolape, 17 years ago

Added OpenAL Includes and Libs, and a small starter script

File size: 276 bytes
Line 
1prefix=/home/nicolape/openal/compiled
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: OpenAL
7Description:  OpenAL is a cross-platform 3D audio API.
8Requires: @requirements@
9Version: 0.0.8
10Libs: -L${libdir} -lopenal
11Cflags: -I${includedir}
12
Note: See TracBrowser for help on using the repository browser.