Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/audio/src/openal/lib/pkgconfig/freealut.pc @ 318

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

Added OpenAL Includes and Libs, and a small starter script

File size: 290 bytes
Line 
1prefix=/home/nicolape/openal/compiled
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: freealut
7Description: freealut is a free implementation of the OpenAL utility toolkit.
8Requires: openal
9Version: 1.1.0
10Libs: -L${libdir} -lalut
11Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.