mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 13:37:08 +00:00
This is from official repo (SVN rev. 300) Additionally includes free implementation of stdint.h and dirent.h for VC++, aswell as Visual Studio project files. Special thanks to faramir118 for Windows support.
10 lines
230 B
PkgConfig
10 lines
230 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libmpq
|
|
Description: GPL version of the libmpq library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmpq
|
|
Cflags: -I${includedir}/libmpq @LFS_CFLAGS@
|