mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-02-25 13:11:08 +03:00
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst, proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj, vcxproj, sln, in, java, la, manifest, am, and rad. Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and gitignore. Finally, fixes executable bits.
14 lines
415 B
PkgConfig
14 lines
415 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Protocol Buffers
|
|
Description: Google's Data Interchange Format
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lprotobuf @LIBS@ @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|
|
Cflags: -I${includedir} @PTHREAD_CFLAGS@
|
|
# Commented out because it crashes pkg-config *sigh*:
|
|
# http://bugs.freedesktop.org/show_bug.cgi?id=13265
|
|
# Conflicts: protobuf-lite
|