mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 16:49:58 +00:00
Move stuff to vendor
This commit is contained in:
parent
2a0a508a10
commit
e1ca6c6b79
51 changed files with 46 additions and 13164 deletions
12
vendor/libsndfile/lib/Win64/pkgconfig/sndfile.pc
vendored
Normal file
12
vendor/libsndfile/lib/Win64/pkgconfig/sndfile.pc
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
prefix=c:/devel/target/libsndfile
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: sndfile
|
||||
Description: A library for reading and writing audio files
|
||||
Requires:
|
||||
Version: 1.0.28
|
||||
Libs: -L${libdir} -lsndfile
|
||||
Libs.private: Ext/libflac.la Ext/libvorbis.la Ext/libogg.la
|
||||
Cflags: -I${includedir}
|
Loading…
Add table
Add a link
Reference in a new issue